]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/slip.h
driver core: kmalloc() failure check in driver_probe_device
[linux-2.6-omap-h63xx.git] / drivers / net / slip.h
index ab3efe66a642d0c363912251f4650a0fe0246dd1..853e0f6ec710f021df133da8199ba852733d2272 100644 (file)
@@ -22,7 +22,6 @@
 #ifndef _LINUX_SLIP_H
 #define _LINUX_SLIP_H
 
-#include <linux/config.h>
 
 #if defined(CONFIG_INET) && defined(CONFIG_SLIP_COMPRESSED)
 # define SL_INCLUDE_CSLIP
@@ -108,12 +107,12 @@ struct slip {
 #define SL_MODE_CSLIP6 (SL_MODE_SLIP6|SL_MODE_CSLIP)
 #define SL_MODE_AX25   4
 #define SL_MODE_ADAPTIVE 8
-#ifdef CONFIG_SLIP_SMART  
+#ifdef CONFIG_SLIP_SMART
   unsigned char                outfill;        /* # of sec between outfill packet */
   unsigned char                keepalive;      /* keepalive seconds            */
   struct timer_list    outfill_timer;
   struct timer_list    keepalive_timer;
-#endif  
+#endif
 };
 
 #define SLIP_MAGIC 0x5302