diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-03-25 08:20:41 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-12 07:01:43 -0400 |
commit | fcc4f9fc5b23e6bb80f2c7833da323a485cad1b6 (patch) | |
tree | bbce90055255dd9f0e1ab6a26859731267d9ab3f | |
parent | 263475d4e0b0623fb7a22f8ac0a5c01017eabf20 (diff) |
ARM: mach-imx: anatop: Include "common.h"
Fix the following sparse warnings:
arch/arm/mach-imx/anatop.c:56:6: warning: symbol 'imx_anatop_pre_suspend' was not declared. Should it be static?
arch/arm/mach-imx/anatop.c:62:6: warning: symbol 'imx_anatop_post_resume' was not declared. Should it be static?
arch/arm/mach-imx/anatop.c:68:6: warning: symbol 'imx_anatop_usb_chrg_detect_disable' was not declared. Should it be static?
arch/arm/mach-imx/anatop.c:78:5: warning: symbol 'imx_anatop_get_digprog' was not declared. Should it be static?
arch/arm/mach-imx/anatop.c:86:13: warning: symbol 'imx_anatop_init' was not declared. Should it be static?
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/mach-imx/anatop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/anatop.c b/arch/arm/mach-imx/anatop.c index 8b18b3c3bcf0..472beee9cd98 100644 --- a/arch/arm/mach-imx/anatop.c +++ b/arch/arm/mach-imx/anatop.c | |||
@@ -15,6 +15,7 @@ | |||
15 | #include <linux/of_address.h> | 15 | #include <linux/of_address.h> |
16 | #include <linux/mfd/syscon.h> | 16 | #include <linux/mfd/syscon.h> |
17 | #include <linux/regmap.h> | 17 | #include <linux/regmap.h> |
18 | #include "common.h" | ||
18 | 19 | ||
19 | #define REG_SET 0x4 | 20 | #define REG_SET 0x4 |
20 | #define REG_CLR 0x8 | 21 | #define REG_CLR 0x8 |