netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] irda: sh-irda: Remove SH7367 support
@ 2012-11-08  7:44 Nobuhiro Iwamatsu
  2012-11-08  7:44 ` [PATCH 2/2] irda: sh-irda: Remove SH7377 support Nobuhiro Iwamatsu
  2012-11-09  2:59 ` [PATCH 1/2] irda: sh-irda: Remove SH7367 support David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-11-08  7:44 UTC (permalink / raw)
  To: netdev; +Cc: samuel, Nobuhiro Iwamatsu

The shmobile SH7367 already was removed from source tree.
This remove SH7367 support for sh-irda.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
 drivers/net/irda/sh_irda.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/irda/sh_irda.c b/drivers/net/irda/sh_irda.c
index 4b746d9..ca49bbf 100644
--- a/drivers/net/irda/sh_irda.c
+++ b/drivers/net/irda/sh_irda.c
@@ -33,7 +33,7 @@
 
 #define DRIVER_NAME "sh_irda"
 
-#if defined(CONFIG_ARCH_SH7367) || defined(CONFIG_ARCH_SH7377)
+#if defined(CONFIG_ARCH_SH7377)
 #define __IRDARAM_LEN	0x13FF
 #else
 #define __IRDARAM_LEN	0x1039
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-09  2:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-08  7:44 [PATCH 1/2] irda: sh-irda: Remove SH7367 support Nobuhiro Iwamatsu
2012-11-08  7:44 ` [PATCH 2/2] irda: sh-irda: Remove SH7377 support Nobuhiro Iwamatsu
2012-11-09  2:59   ` David Miller
2012-11-09  2:59 ` [PATCH 1/2] irda: sh-irda: Remove SH7367 support David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).