From: Olof Johansson Date: Fri, 30 Mar 2012 06:34:29 +0000 (-0700) Subject: ARM: clps711x: fix missing include file X-Git-Tag: v3.4-rc1~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3c7de52096a201ac188adb95b8351b90cab11f1;p=pandora-kernel.git ARM: clps711x: fix missing include file linux/bug.h is needed due to an ARRAY_SIZE being used: arch/arm/mach-clps711x/edb7211-mm.c: In function 'edb7211_map_io': arch/arm/mach-clps711x/edb7211-mm.c:79:9: error: implicit declaration of function 'BUILD_BUG_ON_ZERO' Signed-off-by: Olof Johansson --- Reading git-diff-tree failed