Skip to content

Commit

Permalink
fec: use linux/*.h instead of asm/*.h
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sascha Hauer authored and David S. Miller committed Feb 1, 2009
1 parent 6a8ea2c commit 6f501b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions drivers/net/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@
#include <linux/spinlock.h>
#include <linux/workqueue.h>
#include <linux/bitops.h>
#include <linux/io.h>
#include <linux/irq.h>

#include <asm/irq.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/pgtable.h>
#include <asm/cacheflush.h>

#include <asm/coldfire.h>
#include <asm/mcfsim.h>

#include "fec.h"

#if defined(CONFIG_FEC2)
Expand Down

0 comments on commit 6f501b1

Please sign in to comment.