diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-02 03:57:22 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-02 03:57:22 -0500 |
commit | 300230dcba386153d077867d60cd24cd97d660f7 (patch) | |
tree | 8cf767bb9bf75b5456f9ef32768e9ff4a13af619 /arch/powerpc/platforms | |
parent | 2be7a906752abf8dce9350c23b6d1036049a5d3e (diff) |
powerpc: include <linux/platform_device.h> in pegasos_eth.c
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/chrp/pegasos_eth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/chrp/pegasos_eth.c b/arch/powerpc/platforms/chrp/pegasos_eth.c index a9052305c35d..29c86781c493 100644 --- a/arch/powerpc/platforms/chrp/pegasos_eth.c +++ b/arch/powerpc/platforms/chrp/pegasos_eth.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/init.h> | 14 | #include <linux/init.h> |
15 | #include <linux/ioport.h> | 15 | #include <linux/ioport.h> |
16 | #include <linux/device.h> | 16 | #include <linux/device.h> |
17 | #include <linux/platform_device.h> | ||
17 | #include <linux/mv643xx.h> | 18 | #include <linux/mv643xx.h> |
18 | #include <linux/pci.h> | 19 | #include <linux/pci.h> |
19 | 20 | ||