Skip to content
Snippets Groups Projects
  1. Jun 23, 2017
  2. Jun 19, 2017
  3. Jun 18, 2017
    • Arnd Bergmann's avatar
      i2c: xgene-slimpro: include linux/io.h for memremap · 063345ae
      Arnd Bergmann authored
      
      The newly added support for the pcc mailbox fails to build
      in some configurations:
      
      drivers/i2c/busses/i2c-xgene-slimpro.c: In function 'xgene_slimpro_i2c_probe':
      drivers/i2c/busses/i2c-xgene-slimpro.c:516:25: error: implicit declaration of function 'memremap'; did you mean 'memcmp'? [-Werror=implicit-function-declaration]
      drivers/i2c/busses/i2c-xgene-slimpro.c:518:13: error: 'MEMREMAP_WB' undeclared (first use in this function)
      drivers/i2c/busses/i2c-xgene-slimpro.c:518:13: note: each undeclared identifier is reported only once for each function it appears in
      
      This includes the missing header file.
      
      Fixes: df5da47f ("i2c: xgene-slimpro: Add ACPI support by using PCC mailbox")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Reviewed-by: default avatarHoan Tran <hotran@apm.com>
      Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
      063345ae
  4. Jun 15, 2017
  5. Jun 02, 2017
  6. May 31, 2017
  7. May 29, 2017
  8. May 28, 2017
  9. May 27, 2017
Loading