[PATCH] drivers/atm/iphase.c: compilation warning fix

From: Leonardo Potenza
Date: Tue Apr 01 2008 - 17:49:40 EST


From: Leonardo Potenza <lpotenza@xxxxxxxxx>

Removed the warning messages:
drivers/atm/iphase.c:961: warning: 'tcnter' defined but not used
drivers/atm/iphase.c:963: warning: 'xdump' defined but not used

tcnter and xdump() are used only in debug build

Signed-off-by: Leonardo Potenza <lpotenza@xxxxxxxxx>
---

iphase.c | 2 ++
1 file changed, 2 insertions(+)

--- linux-2.6.orig/drivers/atm/iphase.c
+++ linux-2.6/drivers/atm/iphase.c
@@ -958,6 +958,7 @@ static void ia_suni_pm7345_init (IADEV *

/***************************** IA_LIB END *****************************/

+#ifdef CONFIG_ATM_IA_DEBUG
static int tcnter = 0;
static void xdump( u_char* cp, int length, char* prefix )
{
@@ -992,6 +993,7 @@ static void xdump( u_char* cp, int len
}

} /* close xdump(... */
+#endif /* CONFIG_ATM_IA_DEBUG */


static struct atm_dev *ia_boards = NULL;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/