diff options
author | David S. Miller <davem@davemloft.net> | 2009-01-05 09:55:24 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-05 09:55:24 +0100 |
commit | 576b4d0cce9716a3a6c67ded27a638ef833b0a54 (patch) | |
tree | f1d3d234e232feae3e89ba412523afcbd9a4e6bf /arch | |
parent | sparc: Clean arch-specific code in prom_common.c (diff) | |
download | linux-576b4d0cce9716a3a6c67ded27a638ef833b0a54.tar.xz linux-576b4d0cce9716a3a6c67ded27a638ef833b0a54.zip |
sparc: Remove reg*.h from Kbuild
Forgot to commit this in previous change, noticed by
Sam.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/include/asm/Kbuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild index aeaec454cfd3..deeb0fba8029 100644 --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild @@ -13,9 +13,6 @@ header-y += perfctr.h header-y += psrcompat.h header-y += psr.h header-y += pstate.h -header-y += reg.h -header-y += reg_32.h -header-y += reg_64.h header-y += traps.h header-y += uctx.h header-y += utrap.h |