diff options
| author | Vladimir Zapolskiy <[email protected]> | 2018-12-08 16:38:41 +0200 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2018-12-10 09:10:46 +0100 |
| commit | 67566ae474e628c0077163d1e20d09d3e33b0ae3 (patch) | |
| tree | 68236d933b38ccf3e12c2b9ddf8fd0ed3dda711d /include/linux/timerqueue.h | |
| parent | b00b7980af8a126976105ec68664a72bb72c6db2 (diff) | |
gpio: lpc18xx: fix GPIO controller driver build as a module
The problem is reported for allmodconfig build setup:
ERROR: "irq_chip_retrigger_hierarchy" [drivers/gpio/gpio-lpc18xx.ko] undefined!
make[2]: *** [scripts/Makefile.modpost:92: __modpost] Error 1
make[1]: *** [Makefile:1271: modules] Error 2
My testing in runtime shows that it is sufficient to remove .irq_retrigger
callback, which is assigned to unexported irq_chip_retrigger_hierarchy()
function, I did't observe any regressions, and thus apparently it is a
better fix rather than exporting the function defined in kernel/irq/chip.c
(see commit 52b2a05fa7c8 ("genirq: Export IRQ functions for module use"))
or sticking the GPIO controller driver build to built-in option only.
Reported-by: kbuild test robot <[email protected]>
Fixes: 5ddabfe8d3de ("gpio: lpc18xx: add GPIO pin interrupt controller support")
Signed-off-by: Vladimir Zapolskiy <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions