Bug 57221 - [TRIVIAL]Remove CONFIG_VIO* options from the respective makefiles
Summary: [TRIVIAL]Remove CONFIG_VIO* options from the respective makefiles
Status: RESOLVED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 low
Assignee: Alan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-28 00:00 UTC by Bob Bib
Modified: 2013-12-04 14:55 UTC (History)
1 user (show)

See Also:
Kernel Version: 3.9-rc8
Subsystem:
Regression: No
Bisected commit-id:


Attachments

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

Note You need to log in before you can comment on or make changes to this bug.