ARM: imx: Include linux/err.h
authorThierry Reding <thierry.reding@gmail.com>
Mon, 30 Sep 2013 12:04:51 +0000 (14:04 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 21 Oct 2013 01:15:12 +0000 (09:15 +0800)
The IS_ERR() macro is defined in the linux/err.h header file, so include
it explicitly.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/cpu.c

index fae2c9a..ba3b498 100644 (file)
@@ -1,4 +1,4 @@
-
+#include <linux/err.h>
 #include <linux/module.h>
 #include <linux/io.h>
 #include <linux/of.h>