Commit 29858ea5 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] more 2.0 crap

parent aea76499
......@@ -1404,7 +1404,6 @@ static int irq[MAX_ETH16I_CARDS];
static char* mediatype[MAX_ETH16I_CARDS];
static int debug = -1;
#if (LINUX_VERSION_CODE >= 0x20115)
MODULE_AUTHOR("Mika Kuoppala <miku@iki.fi>");
MODULE_DESCRIPTION("ICL EtherTeam 16i/32 driver");
MODULE_LICENSE("GPL");
......@@ -1423,7 +1422,6 @@ MODULE_PARM_DESC(mediatype, "eth16i media type of interface(s) (bnc,tp,dix,auto,
MODULE_PARM(debug, "i");
MODULE_PARM_DESC(debug, "eth16i debug level (0-6)");
#endif
int init_module(void)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment