diff options
| author | Sylver Bruneau <sylver.bruneau@googlemail.com> | 2008-06-25 17:41:09 -0400 |
|---|---|---|
| committer | Nicolas Pitre <nico@cam.org> | 2008-06-30 14:25:23 -0400 |
| commit | a10b188f195d00116f56f0049d8b17c711641fb7 (patch) | |
| tree | 7f050e8f8e3059203537cc56866963316249f70b | |
| parent | cdd3c5ec1e79f99a56a9c94f77e082e4846c7d71 (diff) | |
[ARM] Orion: fix for tsx09-common.c compilation problem
In some cases, compilation of the tsx09 common file was failing due
to an incomplete list of includes.
Signed-off-by: Sylver Bruneau <sylver.bruneau@googlemail.com>
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
| -rw-r--r-- | arch/arm/mach-orion5x/tsx09-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-orion5x/tsx09-common.c b/arch/arm/mach-orion5x/tsx09-common.c index 820603919c45..83feac3147a6 100644 --- a/arch/arm/mach-orion5x/tsx09-common.c +++ b/arch/arm/mach-orion5x/tsx09-common.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
| 14 | #include <linux/pci.h> | 14 | #include <linux/pci.h> |
| 15 | #include <linux/mv643xx_eth.h> | 15 | #include <linux/mv643xx_eth.h> |
| 16 | #include <linux/timex.h> | ||
| 16 | #include <linux/serial_reg.h> | 17 | #include <linux/serial_reg.h> |
| 17 | #include "tsx09-common.h" | 18 | #include "tsx09-common.h" |
| 18 | 19 | ||
