From: Joe Perches <[EMAIL PROTECTED]>
Date: Wed, 18 Jul 2007 15:14:13 -0700

> -#define VERSION  "pktgen v2.68: Packet Generator for packet performance 
> testing.\n"
> +#define PKTGEN_NAME    "pktgen"
> +#define PKTGEN_VERSION "v2.68"
> +#define PKTGEN_DESC    "Packet Generator for packet performance testing"
> +#define PKTGEN_FULLINFO PKTGEN_NAME " " PKTGEN_VERSION ": " PKTGEN_DESC ".\n"
 ...

> -static char version[] __initdata = VERSION;
> -

Using PKTGEN_FULLINFO explicitly won't get that string into the
__initdata section as the version[] will, that's why people do it that
way with the explicit version[] array.

Please put it back, assign PKTGEN_FULLINFO to it, and use it.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to