Skip to content

Commit

Permalink
irda: sh-irda: Remove SH7377 support
Browse files Browse the repository at this point in the history
The shmobile SH7377 already was removed from source tree.
This remove SH7377 support for sh-irda.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Nobuhiro Iwamatsu authored and David S. Miller committed Nov 9, 2012
1 parent 890fd70 commit 2361263
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/net/irda/sh_irda.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@

#define DRIVER_NAME "sh_irda"

#if defined(CONFIG_ARCH_SH7377)
#define __IRDARAM_LEN 0x13FF
#else
#define __IRDARAM_LEN 0x1039
#endif

#define IRTMR 0x1F00 /* Transfer mode */
#define IRCFR 0x1F02 /* Configuration */
Expand Down

0 comments on commit 2361263

Please sign in to comment.