diff options
| author | Jarod Wilson <[email protected]> | 2010-07-29 18:20:44 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2010-08-08 23:42:57 -0300 |
| commit | 82ce67bf262b3f47ecb5a0ca31cace8ac72b7c98 (patch) | |
| tree | c782cdf8db94f03dbf9d281e7b1c7dbf9c604c0f /include/linux | |
| parent | efce8ca3c5d8a35018f801d687396e1911cfc868 (diff) | |
V4L/DVB: staging/lirc: fix non-CONFIG_MODULES build horkage
Fix when CONFIG_MODULES is not enabled:
drivers/staging/lirc/lirc_parallel.c:243: error: implicit declaration of function 'module_refcount'
drivers/staging/lirc/lirc_it87.c:150: error: implicit declaration of function 'module_refcount'
drivers/built-in.o: In function `it87_probe':
lirc_it87.c:(.text+0x4079b0): undefined reference to `init_chrdev'
lirc_it87.c:(.text+0x4079cc): undefined reference to `drop_chrdev'
drivers/built-in.o: In function `lirc_it87_exit':
lirc_it87.c:(.exit.text+0x38a5): undefined reference to `drop_chrdev'
Its a quick hack and untested beyond building, since I don't have the
hardware, but it should do the trick.
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Jarod Wilson <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions