Staging: silicom: checkpatch cleanup: fix includes
authorDaniel Cotey <puff65537@bansheeslibrary.com>
Sat, 15 Sep 2012 13:09:54 +0000 (06:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 12:37:57 +0000 (05:37 -0700)
checkpatch fixups

Signed-off-by: Daniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bp_mod.c

index 2722da9..8b7298f 100644 (file)
@@ -10,9 +10,6 @@
 /*                                                                            */
 /******************************************************************************/
 #include <linux/version.h>
-#if defined(CONFIG_SMP) && ! defined(__SMP__)
-#define __SMP__
-#endif
 
 #include <linux/kernel.h>      /* We're doing kernel work */
 #include <linux/module.h>      /* Specifically, a module */
@@ -24,7 +21,7 @@
 #include <linux/rcupdate.h>
 #include <linux/etherdevice.h>
 
-#include <asm/uaccess.h>       /* for get_user and put_user */
+#include <linux/uaccess.h>     /* for get_user and put_user */
 #include <linux/sched.h>
 #include <linux/ethtool.h>
 #include <linux/proc_fs.h>