lkml.org 
[lkml]   [2020]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.7 347/477] i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=n
    Date
    From: Max Staudt <max@enpas.org>

    [ Upstream commit cdb555397f438592bab00599037c347b700cf397 ]

    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>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/i2c/busses/i2c-icy.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/drivers/i2c/busses/i2c-icy.c b/drivers/i2c/busses/i2c-icy.c
    index 271470f4d8a9b..66c9923fc7665 100644
    --- a/drivers/i2c/busses/i2c-icy.c
    +++ b/drivers/i2c/busses/i2c-icy.c
    @@ -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>

    --
    2.25.1


    \
     
     \ /
      Last update: 2020-06-23 22:16    [W:4.062 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site