diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-08-22 21:57:01 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-15 18:11:01 +0400 |
commit | 40c6f7ec76eddf34c43ad84616cdf6b1ddec480e (patch) | |
tree | 59cdd30bb893091d53cbaf3f9db58a0967125727 /drivers/media/video/cx18/cx18-driver.h | |
parent | 2a7357c7abc176d9ba6311c9a5e82af4bd980a4f (diff) | |
download | linux-40c6f7ec76eddf34c43ad84616cdf6b1ddec480e.tar.xz |
[media] media/radio/shark2: Fix build error caused by missing dependencies
Without this patch, building rand-0y2jSKT results in:
WARNING: drivers/usb/musb/musb_hdrc.o(.devinit.text+0x9b8): Section mismatch in reference from the function musb_init_controller() to the function .init.text:dma_controller_create()
The function __devinit musb_init_controller() references
a function __init dma_controller_create().
If dma_controller_create is only used by musb_init_controller then
annotate dma_controller_create with a matching annotation.
ERROR: "snd_tea575x_init" [drivers/media/radio/radio-shark.ko] undefined!
ERROR: "snd_tea575x_exit" [drivers/media/radio/radio-shark.ko] undefined!
make[2]: *** [__modpost] Error 1
make[1]: *** [modules] Error 2
make: *** [sub-make] Error 2
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
0 files changed, 0 insertions, 0 deletions