diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-07-05 14:35:32 +0200 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@linaro.org> | 2011-07-22 15:51:05 +0200 |
commit | b4344d2078b25ae23f5e5d4e443ef45462bcdfe0 (patch) | |
tree | c226238e694eb2c38819089d88d08edbac8c5d0b /arch | |
parent | b17ca77a241113a6b72641c0115acfc3f977252f (diff) |
Lee's chunk to make the kernel compile
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-ux500/clock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/clock.c b/arch/arm/mach-ux500/clock.c index b6fbd9eb3c7..2e4a6c6cb51 100644 --- a/arch/arm/mach-ux500/clock.c +++ b/arch/arm/mach-ux500/clock.c @@ -7,6 +7,7 @@ * published by the Free Software Foundation. */ #include <linux/module.h> +#include <linux/err.h> #include <linux/errno.h> #include <linux/io.h> #include <linux/spinlock.h> |