diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-06-24 03:48:21 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-07-01 11:28:09 +1000 |
commit | d1cdcf2241723d6596d56abb8777b5ef79b4a878 (patch) | |
tree | 05c9fe12af0027c517b08f4c6c205615d1979554 /include/asm-powerpc/Kbuild | |
parent | 9b4a8dd2e9f8af206eb39e3d99c442b0d6158953 (diff) | |
download | talos-obmc-linux-d1cdcf2241723d6596d56abb8777b5ef79b4a878.tar.gz talos-obmc-linux-d1cdcf2241723d6596d56abb8777b5ef79b4a878.zip |
powerpc: Don't export asm/asm-compat.h to userspace
asm/asm-compat.h doesn't seem to be intended for userspace usage.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/Kbuild')
-rw-r--r-- | include/asm-powerpc/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/Kbuild b/include/asm-powerpc/Kbuild index bca352e033c3..34a0a8db0104 100644 --- a/include/asm-powerpc/Kbuild +++ b/include/asm-powerpc/Kbuild @@ -23,7 +23,6 @@ header-y += sigcontext.h header-y += statfs.h header-y += ps3fb.h -unifdef-y += asm-compat.h unifdef-y += bootx.h unifdef-y += byteorder.h unifdef-y += cputable.h |