Bug 57221

Summary: [TRIVIAL]Remove CONFIG_VIO* options from the respective makefiles
Product: Drivers Reporter: Bob Bib (bobbib)
Component: OtherAssignee: Alan (alan)
Status: RESOLVED CODE_FIX    
Severity: low CC: alan
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.9-rc8 Subsystem:
Regression: No Bisected commit-id:

Description Bob Bib 2013-04-28 00:00:28 UTC
'viocd.c' source file has been removed by some[1] git commit, and therefore an appropriate record should be removed from the respective makefile.

[1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ba7a4822b48fbc7afd6b567c18e316a03f46684d


--- a/drivers/cdrom/Makefile
+++ b/drivers/cdrom/Makefile
@@ -10,5 +10,4 @@
 obj-$(CONFIG_PARIDE_PCD)	+=		cdrom.o
 obj-$(CONFIG_CDROM_PKTCDVD)	+=		cdrom.o
 
-obj-$(CONFIG_VIOCD)		+= viocd.o      cdrom.o
 obj-$(CONFIG_GDROM)		+= gdrom.o      cdrom.o
Comment 1 Bob Bib 2013-04-28 00:20:00 UTC
Oh, the other ones are affected too.


--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -30,7 +30,6 @@
 obj-$(CONFIG_BLK_DEV_CRYPTOLOOP) += cryptoloop.o
 obj-$(CONFIG_VIRTIO_BLK)	+= virtio_blk.o
 
-obj-$(CONFIG_VIODASD)		+= viodasd.o
 obj-$(CONFIG_BLK_DEV_SX8)	+= sx8.o
 obj-$(CONFIG_BLK_DEV_HD)	+= hd.o


--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -13,7 +13,6 @@
 obj-$(CONFIG_MSPEC)		+= mspec.o
 obj-$(CONFIG_MMTIMER)		+= mmtimer.o
 obj-$(CONFIG_UV_MMTIMER)	+= uv_mmtimer.o
-obj-$(CONFIG_VIOTAPE)		+= viotape.o
 obj-$(CONFIG_IBM_BSR)		+= bsr.o
 obj-$(CONFIG_SGI_MBCS)		+= mbcs.o
 obj-$(CONFIG_BFIN_OTP)		+= bfin-otp.o