diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-09-21 11:48:27 +0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-21 11:48:27 +0400 |
commit | 09087a1a8722fac30b1969a4a542cde064af13f8 (patch) | |
tree | f49a0f35ea85e2756c147269da11c8526112cbbf /include/asm-sparc/Kbuild | |
parent | 47dbec79d1b9ce9e80bed932f345adc92049f05d (diff) | |
download | linux-09087a1a8722fac30b1969a4a542cde064af13f8.tar.xz |
Fix exported headers for SPARC, SPARC64
Mostly removing files which have no business being used in userspace.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc/Kbuild')
-rw-r--r-- | include/asm-sparc/Kbuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-sparc/Kbuild b/include/asm-sparc/Kbuild index b22b67a64ecc..c6a55cf0d337 100644 --- a/include/asm-sparc/Kbuild +++ b/include/asm-sparc/Kbuild @@ -2,20 +2,13 @@ include include/asm-generic/Kbuild.asm header-y += apc.h header-y += asi.h -header-y += auxio.h header-y += bpp.h -header-y += head.h -header-y += ipc.h header-y += jsflash.h header-y += openpromio.h -header-y += pbm.h header-y += pconf.h -header-y += pgtsun4.h header-y += reg.h header-y += traps.h -header-y += turbosparc.h header-y += vfc_ioctls.h -header-y += winmacro.h unifdef-y += fbio.h unifdef-y += perfctr.h |