Skip to content

Commit

Permalink
ARM: imx: Include linux/err.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thierry Reding authored and Shawn Guo committed Oct 21, 2013
1 parent 15233e1 commit 1ddd35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-imx/cpu.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#include <linux/err.h>
#include <linux/module.h>
#include <linux/io.h>
#include <linux/of.h>
Expand Down

0 comments on commit 1ddd35b

Please sign in to comment.