Skip to content

Commit

Permalink
Staging: silicom: checkpatch cleanup: fix includes
Browse files Browse the repository at this point in the history
checkpatch fixups

Signed-off-by: Daniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Daniel Cotey authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent 25dd851 commit 86bc9eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/staging/silicom/bp_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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>
Expand Down

0 comments on commit 86bc9eb

Please sign in to comment.