[PATCH] uml: network driver locking and code cleanup
[powerpc.git] / arch / um / drivers / slip_kern.c
index ccea2d7..25634bd 100644 (file)
@@ -1,4 +1,3 @@
-#include "linux/config.h"
 #include "linux/kernel.h"
 #include "linux/stddef.h"
 #include "linux/init.h"
@@ -96,4 +95,4 @@ static int register_slip(void)
        return 0;
 }
 
-__initcall(register_slip);
+late_initcall(register_slip);