diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-03-02 15:09:52 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2017-05-18 19:51:15 +0300 |
commit | d8f1deaa5256aba3296025e103e8abb96f3e6479 (patch) | |
tree | 287efce799bc5bc4d0a9c9d8bf6b35a3a3bb7805 /drivers/watchdog/sama5d4_wdt.c | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-d8f1deaa5256aba3296025e103e8abb96f3e6479.tar.xz |
watchdog: orion: fix compile-test dependencies
I ran into one corner case with the orion watchdog using the
atomic_io_modify interface:
drivers/watchdog/orion_wdt.o: In function `orion_stop':
orion_wdt.c:(.text.orion_stop+0x28): undefined reference to `atomic_io_modify'
drivers/watchdog/orion_wdt.o: In function `armada375_stop':
orion_wdt.c:(.text.armada375_stop+0x28): undefined reference to `atomic_io_modify'
This function is available on all 32-bit ARM builds except for ebsa110, so
we have to specifically exclude that from compile-testing.
Fixes: da2a68b3eb47 ("watchdog: Enable COMPILE_TEST where possible")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/sama5d4_wdt.c')
0 files changed, 0 insertions, 0 deletions