]> Pileus Git - ~andy/linux/commit
avr32: add generic ioremap_wc() definition in io.h
authorChen Gang <gang.chen.5i5j@gmail.com>
Sun, 16 Feb 2014 11:39:30 +0000 (19:39 +0800)
committerHans-Christian Egtvedt <hegtvedt@cisco.com>
Mon, 17 Feb 2014 10:24:45 +0000 (11:24 +0100)
commit1bbce4f3d11a6bfac0c51800f6337766f82b42da
tree57087888ab05fdcab9fa92a5e63c9fc48497d765
parent8d80390cfc9434d5aa4fb9e5f9768a66b30cb8a6
avr32: add generic ioremap_wc() definition in io.h

Need generic ioremap_wc(), or can not pass compiling with allmodconfig,
the related error:

    CC [M]  drivers/gpu/drm/drm_bufs.o
  drivers/gpu/drm/drm_bufs.c: In function 'drm_addmap_core':
  drivers/gpu/drm/drm_bufs.c:217: error: implicit declaration of function 'ioremap_wc'
  drivers/gpu/drm/drm_bufs.c:218: warning: assignment makes pointer from integer without a cast

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Acked-by: Hans-Christian Egtvedt <hegtvedt@cisco.com>
arch/avr32/include/asm/io.h