Skip to content

Commit

Permalink
[PATCH] m32r: Remove include/asm-m32r/m32102peri.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hirokazu Takata authored and Linus Torvalds committed Jun 22, 2005
1 parent 1cc1265 commit 0adbb44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 471 deletions.
4 changes: 2 additions & 2 deletions drivers/net/8390.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ void ei_tx_timeout(struct net_device *dev)
unsigned long icucr;

local_irq_save(flags);
icucr = inl(ICUCR1);
icucr = inl(M32R_ICU_CR1_PORTL);
icucr |= M32R_ICUCR_ISMOD11;
outl(icucr, ICUCR1);
outl(icucr, M32R_ICU_CR1_PORTL);
local_irq_restore(flags);
#endif
ei_local->stat.tx_errors++;
Expand Down
Loading

0 comments on commit 0adbb44

Please sign in to comment.