Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325342
b: refs/heads/master
c: 86bc9eb
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Cotey authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent 3fb2bd1 commit 99c7cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25dd85120424d9f0d6ee1144233ce3e20930110f
refs/heads/master: 86bc9ebb4dda92aa225fef20dd3b1f23dfd1a794
5 changes: 1 addition & 4 deletions trunk/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 99c7cb4

Please sign in to comment.