diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-05-08 12:27:54 +0400 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-05-13 02:08:23 +0400 |
commit | b677b8850322b210a81b72ffcc7de85a3df395c5 (patch) | |
tree | 572c644e22de19af83d4e00e27333e3cec584972 /drivers/mmc/host/atmel-mci.c | |
parent | 91769986a724f63db52f3c78c79ac84a5b7045bf (diff) | |
download | linux-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