
CONFIG_HS7751RVOIP_CIDEC is mistyped.

Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj-domen/arch/sh/boards/renesas/hs7751rvoip/io.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/sh/boards/renesas/hs7751rvoip/io.c~typo-arch_sh_boards_renesas_hs7751rvoip_io.c arch/sh/boards/renesas/hs7751rvoip/io.c
--- kj/arch/sh/boards/renesas/hs7751rvoip/io.c~typo-arch_sh_boards_renesas_hs7751rvoip_io.c	2004-12-25 01:35:29.000000000 +0100
+++ kj-domen/arch/sh/boards/renesas/hs7751rvoip/io.c	2004-12-25 01:35:29.000000000 +0100
@@ -166,7 +166,7 @@ void hs7751rvoip_outb(unsigned char valu
 
         if (PXSEG(port))
                 *(volatile unsigned char *)port = value;
-#if defined(CONFIG_HS7751RVOIP_CIDEC)
+#if defined(CONFIG_HS7751RVOIP_CODEC)
 	else if (codec_port(port))
 		*(volatile unsigned cjar *)((unsigned long)area6_io8_base+(port-CODEC_IO_BASE)) = value;
 #endif
@@ -180,7 +180,7 @@ void hs7751rvoip_outb_p(unsigned char va
 {
         if (PXSEG(port))
                 *(volatile unsigned char *)port = value;
-#if defined(CONFIG_HS7751RVOIP_CIDEC)
+#if defined(CONFIG_HS7751RVOIP_CODEC)
 	else if (codec_port(port))
 		*(volatile unsigned cjar *)((unsigned long)area6_io8_base+(port-CODEC_IO_BASE)) = value;
 #endif
_

