]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] fix pcmcia compile problem
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 18 Jan 2008 23:47:56 +0000 (17:47 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 23 Jan 2008 17:29:34 +0000 (11:29 -0600)
commitb523381e325366cc54a2548df418c2a427b2f2ee
tree10b8d6110c3aa34b6bad058466468044f2e14b6a
parentcb1042f285c2168bd8cf10aca0e24802e682252b
[SCSI] fix pcmcia compile problem

This patch

commit 8ae732a91df051aba6820068a47b631a06599d84
Author: Tejun Heo <htejun@gmail.com>
Date:   Fri Dec 7 22:36:23 2007 +0900

    [SCSI] make pcmcia directory use obj-y|m instead of subdir-y|m

Moved the scsi Makefile into conformance, but also caused the pcmcia
subdirectory to get built in for the first time, leading to duplicate
symbols in an allyesconfig build.  Since evidently no-one relies on
these being built in, fix this by ensuring they can only be built as
modules.

Acked-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/pcmcia/Kconfig