Commit 9167ed7b authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix ips compile failure

parent 5ef105f9
...@@ -186,7 +186,6 @@ ...@@ -186,7 +186,6 @@
#ifdef MODULE #ifdef MODULE
static char *ips = NULL; static char *ips = NULL;
MODULE_PARM(ips, "s"); MODULE_PARM(ips, "s");
MODULE_LICENSE("GPL");
#endif #endif
/* /*
...@@ -6974,9 +6973,7 @@ static int ips_init_phase2( int index ) ...@@ -6974,9 +6973,7 @@ static int ips_init_phase2( int index )
} }
#if LINUX_VERSION_CODE >= LinuxVersionCode(2,4,9)
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
#endif
/* /*
* Overrides for Emacs so that we almost follow Linus's tabbing style. * Overrides for Emacs so that we almost follow Linus's tabbing style.
......
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