Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-drm-fsl-dcu.git] / net / llc / sysctl_net_llc.c
index d1eaddb1363377a5690705e5783696d07f378d51..d047a3e15714691f27910661e29143527e5a8fd2 100644 (file)
@@ -1,10 +1,9 @@
 /*
  * sysctl_net_llc.c: sysctl interface to LLC net subsystem.
- * 
+ *
  * Arnaldo Carvalho de Melo <acme@conectiva.com.br>
  */
 
-#include <linux/config.h>
 #include <linux/mm.h>
 #include <linux/init.h>
 #include <linux/sysctl.h>
@@ -73,7 +72,7 @@ static struct ctl_table llc2_dir_timeout_table[] = {
                .procname       = "timeout",
                .mode           = 0555,
                .child          = llc2_timeout_table,
-               },
+       },
        { 0 },
 };
 
@@ -83,7 +82,7 @@ static struct ctl_table llc_table[] = {
                .procname       = "llc2",
                .mode           = 0555,
                .child          = llc2_dir_timeout_table,
-               },
+       },
        {
                .ctl_name       = NET_LLC_STATION,
                .procname       = "station",
@@ -99,7 +98,7 @@ static struct ctl_table llc_dir_table[] = {
                .procname       = "llc",
                .mode           = 0555,
                .child          = llc_table,
-               },
+       },
        { 0 },
 };