diff options
| author | Arnd Bergmann <[email protected]> | 2014-05-08 10:27:54 +0200 |
|---|---|---|
| committer | Chris Ball <[email protected]> | 2014-05-12 18:08:23 -0400 |
| commit | b677b8850322b210a81b72ffcc7de85a3df395c5 (patch) | |
| tree | 572c644e22de19af83d4e00e27333e3cec584972 /tools/perf/scripts/python | |
| parent | 91769986a724f63db52f3c78c79ac84a5b7045bf (diff) | |
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 <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions