Skip to content

Commit

Permalink
ARM: 5871/1: arch/arm: Fix build failure for lpd7a404_defconfig cause…
Browse files Browse the repository at this point in the history
…d 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 <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
PeterHuewe authored and Russell King committed Jan 10, 2010
1 parent f892027 commit 657b366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-lh7a40x/clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <mach/hardware.h>
#include <mach/clocks.h>
#include <linux/err.h>
#include <linux/device.h>
#include <linux/string.h>

struct module;

Expand Down

0 comments on commit 657b366

Please sign in to comment.