diff options
| author | Peter Hüwe <PeterHuewe@gmx.de> | 2010-01-09 07:46:57 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-09 19:08:14 -0500 |
| commit | 657b366a2827f35c020712e46696e56ab116d3c7 (patch) | |
| tree | fa6e6ace276fd7685fbe8200b8d80daca4d7407d | |
| parent | f892027c02f8d985455ba239ce280ac13b68a7fa (diff) | |
ARM: 5871/1: arch/arm: Fix build failure for lpd7a404_defconfig caused by missing includes
This patch fixes a build failure [1] due to missing includes
This should make the arm tree build again with lpd7a404_defconfig
References:
http://kisskb.ellerman.id.au/kisskb/buildresult/1983329/
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/mach-lh7a40x/clocks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-lh7a40x/clocks.c b/arch/arm/mach-lh7a40x/clocks.c index fcaf876f19b6..0651f96653f9 100644 --- a/arch/arm/mach-lh7a40x/clocks.c +++ b/arch/arm/mach-lh7a40x/clocks.c | |||
| @@ -10,6 +10,8 @@ | |||
| 10 | #include <mach/hardware.h> | 10 | #include <mach/hardware.h> |
| 11 | #include <mach/clocks.h> | 11 | #include <mach/clocks.h> |
| 12 | #include <linux/err.h> | 12 | #include <linux/err.h> |
| 13 | #include <linux/device.h> | ||
| 14 | #include <linux/string.h> | ||
| 13 | 15 | ||
| 14 | struct module; | 16 | struct module; |
| 15 | 17 | ||
