summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/atmel-mci.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-05-08 12:27:54 +0400
committerChris Ball <chris@printf.net>2014-05-13 02:08:23 +0400
commitb677b8850322b210a81b72ffcc7de85a3df395c5 (patch)
tree572c644e22de19af83d4e00e27333e3cec584972 /drivers/mmc/host/atmel-mci.c
parent91769986a724f63db52f3c78c79ac84a5b7045bf (diff)
downloadlinux-b677b8850322b210a81b72ffcc7de85a3df395c5.tar.xz
mmc: rtsx: fix possible linking error if built-in
rtsx_usb_sdmmc module uses the LED classdev if available, but the code failed to consider the situation that it is built-in and the LED classdev is a module, leading to following linking error: LD init/built-in.o drivers/built-in.o: In function `rtsx_usb_sdmmc_drv_remove': rtsx_usb_sdmmc.c:(.text+0x2a018e): undefined reference to `led_classdev_unregister' drivers/built-in.o: In function `rtsx_usb_sdmmc_drv_probe': rtsx_usb_sdmmc.c:(.text+0x2a197e): undefined reference to `led_classdev_register' Fix by excluding such condition when defining macro RTSX_USB_USE_LEDS_CLASS. Signed-off-by: Roger Tseng <rogerable@realtek.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'drivers/mmc/host/atmel-mci.c')
0 files changed, 0 insertions, 0 deletions