diff options
author | Hirokazu Takata <takata@linux-m32r.org> | 2005-06-21 17:16:16 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 19:07:31 -0700 |
commit | 0adbb44a146d6dff3f74ea7a9d3826f8942ed709 (patch) | |
tree | 0876bf3ec1c618ed8d0ba1fc2638fd8c8d804e96 /include/asm-m32r/m32r.h | |
parent | 1cc1265e9a8579be0029cd675ec22a6151893e04 (diff) | |
download | talos-op-linux-0adbb44a146d6dff3f74ea7a9d3826f8942ed709.tar.gz talos-op-linux-0adbb44a146d6dff3f74ea7a9d3826f8942ed709.zip |
[PATCH] m32r: Remove include/asm-m32r/m32102peri.h
This patch removes an obsolete header file include/asm-m32r/m32102peri.h.
In this header, there are some undesirable single character types, like V.
And the header is almost no longer used.
Signed-off-by: Hayato Fujiwara <fujiwara@linux-m32r.org>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-m32r/m32r.h')
-rw-r--r-- | include/asm-m32r/m32r.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-m32r/m32r.h b/include/asm-m32r/m32r.h index fd2b2823762b..ec142be00862 100644 --- a/include/asm-m32r/m32r.h +++ b/include/asm-m32r/m32r.h @@ -16,7 +16,6 @@ || defined(CONFIG_CHIP_M32700) || defined(CONFIG_CHIP_M32102) \ || defined(CONFIG_CHIP_OPSP) #include <asm/m32102.h> -#include <asm/m32102peri.h> #endif /* Platform type */ |