ethtool: fix drvinfo strings set in drivers
[deliverable/linux.git] / drivers / net / ethernet / freescale / gianfar.h
index 22eabc13ca99df900587678c24003167636446d3..1b6a67cf8bf636e9a63bfc213549ac15ec3c29dd 100644 (file)
@@ -649,8 +649,6 @@ struct gfar_extra_stats {
 /* Number of stats in the stats structure (ignore car and cam regs)*/
 #define GFAR_STATS_LEN (GFAR_RMON_LEN + GFAR_EXTRA_STATS_LEN)
 
-#define GFAR_INFOSTR_LEN 32
-
 struct gfar_stats {
        u64 extra[GFAR_EXTRA_STATS_LEN];
        u64 rmon[GFAR_RMON_LEN];
This page took 0.025725 seconds and 5 git commands to generate.