diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-11-26 00:51:32 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 09:17:06 -0800 |
commit | 9acee190c8c055f634475ad3f742ff07049dd51e (patch) | |
tree | 4c6132348769a82d189b50325cd68676e1deba72 /arch/sparc/include/asm/Kbuild | |
parent | 422e23ea0865177b61527874b1b80023e4215d67 (diff) | |
download | linux-9acee190c8c055f634475ad3f742ff07049dd51e.tar.gz linux-9acee190c8c055f634475ad3f742ff07049dd51e.tar.bz2 linux-9acee190c8c055f634475ad3f742ff07049dd51e.zip |
sparc: combine unistd_{32,64}.h
This is complicated a little because compat_audit.c wants to see only
the 32bit syscall numbers, but is being built in a 64bit compile.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/Kbuild')
-rw-r--r-- | arch/sparc/include/asm/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild index 2d2769d766ec..89c260aab45c 100644 --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild @@ -15,8 +15,6 @@ header-y += signal_32.h header-y += signal_64.h header-y += stat_32.h header-y += stat_64.h -header-y += unistd_32.h -header-y += unistd_64.h header-y += apc.h header-y += asi.h |