diff options
author | David S. Miller <davem@davemloft.net> | 2006-06-20 03:34:40 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-20 03:34:40 -0400 |
commit | 4d1a099828fb3ed52ff666fceb6a7d562d9048b8 (patch) | |
tree | 2356a2242e6a19ca0620c01e89e4c03fae84d1f0 /include/asm-sparc64 | |
parent | ef4d04b87d16839500a77aa1279f80be7ec4ef2e (diff) |
Restrict headers exported to userspace for SPARC and SPARC64
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/Kbuild | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/include/asm-sparc64/Kbuild b/include/asm-sparc64/Kbuild index 5edf7643a209..c78d44bb195f 100644 --- a/include/asm-sparc64/Kbuild +++ b/include/asm-sparc64/Kbuild | |||
@@ -1,16 +1,10 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | 2 | ||
3 | ALTARCH := sparc | 3 | ALTARCH := sparc |
4 | ARCHDEF := defined __sparc__ && defined __arch64__ | 4 | ARCHDEF := defined __sparc__ && defined __arch64__ |
5 | ALTARCHDEF := defined __sparc__ && !defined __arch64__ | 5 | ALTARCHDEF := defined __sparc__ && !defined __arch64__ |
6 | 6 | ||
7 | header-y += agp.h apb.h asi.h auxio.h bbc.h bpp.h bsderrno.h \ | 7 | unifdef-y := fbio.h perfctr.h |
8 | chafsr.h chmctrl.h compat.h const.h cpudata.h dcr.h dcu.h \ | 8 | header-y += apb.h asi.h bbc.h bpp.h display7seg.h envctrl.h floppy.h \ |
9 | display7seg.h ebus.h envctrl.h estate.h fbio.h fhc.h floppy.h \ | 9 | ipc.h kdebug.h mostek.h openprom.h openpromio.h parport.h \ |
10 | fpumacro.h head.h hw_irq.h idprom.h iommu.h \ | 10 | pconf.h psrcompat.h pstate.h reg.h uctx.h utrap.h watchdog.h |
11 | ipc.h isa.h kdebug.h lsu.h mostek.h ns87303.h \ | ||
12 | openprom.h openpromio.h oplib.h parport.h pbm.h pconf.h \ | ||
13 | perfctr.h pil.h psrcompat.h pstate.h reg.h sbus.h \ | ||
14 | sfp-machine.h solerrno.h spinlock.h spitfire.h starfire.h \ | ||
15 | sunbpp.h svr4.h timer.h ttable.h uctx.h upa.h utrap.h vga.h \ | ||
16 | visasm.h watchdog.h | ||