]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] sdla non-module build fix.
authorStephen Hemminger <shemminger@osdl.org>
Mon, 8 Sep 2003 03:42:56 +0000 (20:42 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Mon, 8 Sep 2003 03:42:56 +0000 (20:42 -0700)
Last round of changes broke sdla build if not a module.

drivers/net/wan/sdla.c

index e11984b2bb038055849c0c071566b4e25bcc6c78..b8dfd136058eea9fada8086cc696941a3661d6da 100644 (file)
@@ -1719,9 +1719,9 @@ static void __exit exit_sdla(void)
        
        unregister_frad(devname);
 }
-#endif
 
 MODULE_LICENSE("GPL");
 
 module_init(init_sdla);
 module_exit(exit_sdla);
+#endif