Revision f3d56144c86beb25c7d206efa66d6efba908371c authored by Daniel Walker on 24 May 2010, 17:15:00 UTC, committed by Daniel Walker on 09 June 2010, 15:51:31 UTC
MSM7x30 isn't supported in this driver yet. If ones tried to compile it in
with MSM7x30 configure you get,

linux-2.6/drivers/mmc/host/msm_sdcc.c: In function 'msmsdcc_fifo_addr':
linux-2.6/drivers/mmc/host/msm_sdcc.c:165: error: 'MSM_SDC1_PHYS' undeclared (first use in this function)
linux-2.6/drivers/mmc/host/msm_sdcc.c:165: error: (Each undeclared identifier is reported only once
linux-2.6/drivers/mmc/host/msm_sdcc.c:165: error: for each function it appears in.)
linux-2.6/drivers/mmc/host/msm_sdcc.c:167: error: 'MSM_SDC2_PHYS' undeclared (first use in this function)
linux-2.6/drivers/mmc/host/msm_sdcc.c:169: error: 'MSM_SDC3_PHYS' undeclared (first use in this function)
linux-2.6/drivers/mmc/host/msm_sdcc.c:171: error: 'MSM_SDC4_PHYS' undeclared (first use in this function)

So we add a Kconfig check to prevent this.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
1 parent 6d7b7d5
History
File Mode Size
Kconfig -rw-r--r-- 6.8 KB
Makefile -rw-r--r-- 600 bytes
config_roms.c -rw-r--r-- 4.5 KB
config_roms.h -rw-r--r-- 588 bytes
csr.c -rw-r--r-- 25.8 KB
csr.h -rw-r--r-- 2.6 KB
csr1212.c -rw-r--r-- 37.9 KB
csr1212.h -rw-r--r-- 14.2 KB
dma.c -rw-r--r-- 6.2 KB
dma.h -rw-r--r-- 2.5 KB
dv1394-private.h -rw-r--r-- 17.1 KB
dv1394.c -rw-r--r-- 72.5 KB
dv1394.h -rw-r--r-- 10.2 KB
eth1394.c -rw-r--r-- 46.7 KB
eth1394.h -rw-r--r-- 6.4 KB
highlevel.c -rw-r--r-- 17.5 KB
highlevel.h -rw-r--r-- 5.2 KB
hosts.c -rw-r--r-- 6.3 KB
hosts.h -rw-r--r-- 5.9 KB
ieee1394-ioctl.h -rw-r--r-- 3.6 KB
ieee1394.h -rw-r--r-- 5.6 KB
ieee1394_core.c -rw-r--r-- 36.7 KB
ieee1394_core.h -rw-r--r-- 5.2 KB
ieee1394_hotplug.h -rw-r--r-- 549 bytes
ieee1394_transactions.c -rw-r--r-- 14.2 KB
ieee1394_transactions.h -rw-r--r-- 1.6 KB
ieee1394_types.h -rw-r--r-- 1.7 KB
init_ohci1394_dma.c -rw-r--r-- 9.2 KB
iso.c -rw-r--r-- 13.0 KB
iso.h -rw-r--r-- 5.9 KB
nodemgr.c -rw-r--r-- 51.5 KB
nodemgr.h -rw-r--r-- 5.6 KB
ohci1394.c -rw-r--r-- 102.3 KB
ohci1394.h -rw-r--r-- 15.9 KB
pcilynx.c -rw-r--r-- 52.0 KB
pcilynx.h -rw-r--r-- 15.8 KB
raw1394-private.h -rw-r--r-- 2.1 KB
raw1394.c -rw-r--r-- 83.1 KB
raw1394.h -rw-r--r-- 5.0 KB
sbp2.c -rw-r--r-- 63.4 KB
sbp2.h -rw-r--r-- 10.1 KB
video1394.c -rw-r--r-- 42.1 KB
video1394.h -rw-r--r-- 2.0 KB

back to top