From: Catalin Marinas Date: Wed, 10 Oct 2012 14:50:03 +0000 (+0100) Subject: arm64: Do not export the compat-specific definitions to the user X-Git-Tag: v3.7-rc1~16^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7606c37d4a447ea3b0efb2165d3ccf516b7d8696;p=pandora-kernel.git arm64: Do not export the compat-specific definitions to the user This patch adds #ifdef __KERNEL__ guards around the COMPAT_* definitions to avoid exporting them to user. AArch32 user requiring the kernel headers must use those generated with ARCH=arm. Signed-off-by: Catalin Marinas Acked-by: Will Deacon --- Reading git-diff-tree failed