aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-02-27 14:27:19 -0700
committerOlof Johansson <olof@lixom.net>2012-02-27 13:45:54 -0800
commite77a6b313fdfe4faa8f9a8edf919c7eb8d095fb5 (patch)
treea86e5aa454b20b1d697c88adfda68e584c3e41f6 /drivers/gpio
parentbdc93a77da75ee421125896ce4bbd91afff63809 (diff)
ARM: tegra: uncompress.h: Don't depend on kernel headers
This fixes the following compile error: CC arch/arm/boot/compressed/misc.o In file included from arch/arm/boot/compressed/misc.c:28:0: arch/arm/mach-tegra/include/mach/uncompress.h: In function 'arch_decomp_setup': arch/arm/mach-tegra/include/mach/uncompress.h:125:2: error: implicit declaration of function 'BUILD_BUG_ON_ZERO' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors This is due to use of the ARRAY_SIZE() macro. Typically, this would be solved by including <linux/bug.h>, but the compressor code isn't part of the kernel, and so should not include kernel headers. Instead, define the few macros the code uses directly, and in a way that doesn't depend on <linux/bug.h>. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/gpio')
0 files changed, 0 insertions, 0 deletions