]> git.neil.brown.name Git - history.git/commitdiff
[ATM]: atmtcp.c needs linux/init.h
authorDavid S. Miller <davem@nuts.ninka.net>
Thu, 25 Sep 2003 17:07:01 +0000 (10:07 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Thu, 25 Sep 2003 17:07:01 +0000 (10:07 -0700)
drivers/atm/atmtcp.c

index fe16351cafd2932ef8b1218d01bb589342c964e7..744159897ea0f9941ddecc14ff12277c3c3b91f1 100644 (file)
@@ -8,6 +8,7 @@
 #include <linux/atmdev.h>
 #include <linux/atm_tcp.h>
 #include <linux/bitops.h>
+#include <linux/init.h>
 #include <asm/uaccess.h>
 #include <asm/atomic.h>