mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
74a920139a
When the dt3155 driver is built-in (not as a loadable module), these build errors happen: drivers/staging/dt3155/dt3155_drv.c:1047: error: implicit declaration of function 'request_irq' drivers/staging/dt3155/dt3155_drv.c:1048: error: 'IRQF_SHARED' undeclared (first use in this function) drivers/staging/dt3155/dt3155_drv.c:1048: error: 'IRQF_DISABLED' undeclared (first use in this function) drivers/staging/dt3155/dt3155_drv.c:1091: error: implicit declaration of function 'free_irq' so remove the #ifdef MODULE check since it's not needed. Also remove the CONFIG_PCI check since the Kconfig file already requires that. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Scott Smedley <ss@aao.gov.au> Tested-by: Jan III Sobieski <jan3sobi3ski@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
allocator.c | ||
allocator.h | ||
allocator.README | ||
dt3155_drv.c | ||
dt3155_drv.h | ||
dt3155_io.c | ||
dt3155_io.h | ||
dt3155_isr.c | ||
dt3155_isr.h | ||
dt3155.h | ||
dt3155.sysvinit | ||
Kconfig | ||
Makefile | ||
TODO |