diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-01-19 02:28:07 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-09 09:22:38 -0400 |
commit | 5742964e916269e01a3467d2bff2601180b7da3d (patch) | |
tree | 16f5b6675cb8f6cf3e121d36557ce9978cb05f28 /drivers/net/smc91x.h | |
parent | 290a5589ce83540d0aba811c3d15af34aa373533 (diff) |
[ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h
pxa-regs.h and hardware.h are not intended for use directly in driver
code, remove those unnecessary references.
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'drivers/net/smc91x.h')
-rw-r--r-- | drivers/net/smc91x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h index c4ccd121bc9c..4d689b59c58c 100644 --- a/drivers/net/smc91x.h +++ b/drivers/net/smc91x.h | |||
@@ -494,8 +494,6 @@ struct smc_local { | |||
494 | */ | 494 | */ |
495 | #include <linux/dma-mapping.h> | 495 | #include <linux/dma-mapping.h> |
496 | #include <mach/dma.h> | 496 | #include <mach/dma.h> |
497 | #include <mach/hardware.h> | ||
498 | #include <mach/pxa-regs.h> | ||
499 | 497 | ||
500 | #ifdef SMC_insl | 498 | #ifdef SMC_insl |
501 | #undef SMC_insl | 499 | #undef SMC_insl |