diff options
| author | David S. Miller <davem@davemloft.net> | 2009-01-05 00:55:24 -0800 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2009-01-05 00:55:24 -0800 | 
| commit | 576b4d0cce9716a3a6c67ded27a638ef833b0a54 (patch) | |
| tree | f1d3d234e232feae3e89ba412523afcbd9a4e6bf | |
| parent | 47cd5265ea8fe0b246bfd9b42ba69e13aa8b99bd (diff) | |
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>
| -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  | 
