linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / net / cs89x0.c
index 2dcca79..ef54ebe 100644 (file)
 
 /* Always include 'config.h' first in case the user wants to turn on
    or override something. */
+#include <linux/config.h>
 #include <linux/module.h>
 
 /*
@@ -1905,7 +1906,8 @@ MODULE_LICENSE("GPL");
 
 */
 
-int __init init_module(void)
+int
+init_module(void)
 {
        struct net_device *dev = alloc_etherdev(sizeof(struct net_local));
        struct net_local *lp;