Skip to content

Commit

Permalink
forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm…
Browse files Browse the repository at this point in the history
…/io.h> and <asm/uaccess.h> as suggested by checkpatch

Signed-off-by: Szymon Janc <szymon@janc.net.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Szymon Janc authored and David S. Miller committed Nov 29, 2010
1 parent 9b03b06 commit 5504e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/forcedeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
#include <linux/if_vlan.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/io.h>

#include <asm/irq.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#include <asm/system.h>

#if 0
Expand Down

0 comments on commit 5504e13

Please sign in to comment.