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-- 3.9 KB
Makefile -rw-r--r-- 1.2 KB
apm_power.c -rw-r--r-- 10.1 KB
bq27x00_battery.c -rw-r--r-- 10.3 KB
collie_battery.c -rw-r--r-- 9.5 KB
da9030_battery.c -rw-r--r-- 15.9 KB
ds2760_battery.c -rw-r--r-- 18.2 KB
ds2782_battery.c -rw-r--r-- 9.4 KB
max17040_battery.c -rw-r--r-- 7.0 KB
max8925_power.c -rw-r--r-- 13.6 KB
olpc_battery.c -rw-r--r-- 12.5 KB
pcf50633-charger.c -rw-r--r-- 12.6 KB
pda_power.c -rw-r--r-- 10.4 KB
pmu_battery.c -rw-r--r-- 5.3 KB
power_supply.h -rw-r--r-- 1.1 KB
power_supply_core.c -rw-r--r-- 5.4 KB
power_supply_leds.c -rw-r--r-- 4.0 KB
power_supply_sysfs.c -rw-r--r-- 7.8 KB
test_power.c -rw-r--r-- 4.2 KB
tosa_battery.c -rw-r--r-- 11.5 KB
wm831x_backup.c -rw-r--r-- 5.4 KB
wm831x_power.c -rw-r--r-- 16.1 KB
wm8350_power.c -rw-r--r-- 14.9 KB
wm97xx_battery.c -rw-r--r-- 7.8 KB
z2_battery.c -rw-r--r-- 7.8 KB

back to top