Re: [PATCH] drivers/net/cs89x0.c: compilation warning fix

From: Jeff Garzik
Date: Wed Feb 20 2008 - 11:51:54 EST


Leonardo Potenza wrote:
From: Leonardo Potenza <lpotenza@xxxxxxxxx>

Suppress the warning message about the 'netcard_portlist' defined but not used.

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

When building cs89x0 as a module, the following warning message is generated:
drivers/net/cs89x0.c:198: warning: 'netcard_portlist' defined but not used

Since the netcard_portlist is not so big, I just marked the array as __used.

applied


--
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/