Commit 0adbb44a authored by Hirokazu Takata's avatar Hirokazu Takata Committed by Linus Torvalds

[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: default avatarHayato Fujiwara <fujiwara@linux-m32r.org>
Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 1cc1265e
...@@ -225,9 +225,9 @@ void ei_tx_timeout(struct net_device *dev) ...@@ -225,9 +225,9 @@ void ei_tx_timeout(struct net_device *dev)
unsigned long icucr; unsigned long icucr;
local_irq_save(flags); local_irq_save(flags);
icucr = inl(ICUCR1); icucr = inl(M32R_ICU_CR1_PORTL);
icucr |= M32R_ICUCR_ISMOD11; icucr |= M32R_ICUCR_ISMOD11;
outl(icucr, ICUCR1); outl(icucr, M32R_ICU_CR1_PORTL);
local_irq_restore(flags); local_irq_restore(flags);
#endif #endif
ei_local->stat.tx_errors++; ei_local->stat.tx_errors++;
......
This diff is collapsed.
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
|| defined(CONFIG_CHIP_M32700) || defined(CONFIG_CHIP_M32102) \ || defined(CONFIG_CHIP_M32700) || defined(CONFIG_CHIP_M32102) \
|| defined(CONFIG_CHIP_OPSP) || defined(CONFIG_CHIP_OPSP)
#include <asm/m32102.h> #include <asm/m32102.h>
#include <asm/m32102peri.h>
#endif #endif
/* Platform type */ /* Platform type */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment