]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=n
authorMax Staudt <max@enpas.org>
Sun, 7 Jun 2020 18:28:12 +0000 (20:28 +0200)
committerWolfram Sang <wsa@kernel.org>
Sun, 7 Jun 2020 18:45:24 +0000 (20:45 +0200)
This has been found by the Kernel Test Robot:
http://lkml.iu.edu/hypermail/linux/kernel/2006.0/06862.html

With CONFIG_AMIGA_PCMCIA=n, io_mm.h does not pull in amigahw.h and
ZTWO_VADDR is undefined. Add forgotten include to i2c-icy.c

Fixes: 4768e90ecaec ("i2c: Add i2c-icy for I2C on m68k/Amiga")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Max Staudt <max@enpas.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-icy.c

index 271470f4d8a9b228a6a66fbaa18444f5fbd33aee..66c9923fc766593a7364f8171011faa4a5e24f89 100644 (file)
@@ -43,6 +43,7 @@
 #include <linux/i2c.h>
 #include <linux/i2c-algo-pcf.h>
 
+#include <asm/amigahw.h>
 #include <asm/amigaints.h>
 #include <linux/zorro.h>