Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86bc9ebb authored by Daniel Cotey's avatar Daniel Cotey Committed by Greg Kroah-Hartman
Browse files

Staging: silicom: checkpatch cleanup: fix includes



checkpatch fixups

Signed-off-by: default avatarDaniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 25dd8512
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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>