[PATCH] [ARM] Add missing include "asm/memory.h"
Peter Huewe
PeterHuewe at gmx.de
Sun Dec 19 14:16:48 EST 2010
Am Freitag 17 Dezember 2010, 07:08:29 schrieb Axel Lin:
> This patch fixes below build error by adding the missing asm/memory.h,
> which is needed for arch_is_coherent().
>
> $ make pxa3xx_defconfig; make
> CC init/do_mounts_rd.o
> In file included from include/linux/list_bl.h:5,
> from include/linux/rculist_bl.h:7,
> from include/linux/dcache.h:7,
> from include/linux/fs.h:381,
> from init/do_mounts_rd.c:3:
> include/linux/bit_spinlock.h: In function 'bit_spin_unlock':
> include/linux/bit_spinlock.h:61: error: implicit declaration of function
> 'arch_is_coherent' make[1]: *** [init/do_mounts_rd.o] Error 1
> make: *** [init] Error 2
>
> Signed-off-by: Axel Lin <axel.lin at gmail.com>
Looks good - compiles fine on
arm (hackkit_defconfig and ep93xx_defconfig),
Acked-by: Peter Huewe <peterhuewe at gmx.de>
More information about the linux-arm-kernel
mailing list