From ccb24d50b7ee242a2bf2dd208193f7335a3a0d7d Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 16 Feb 2011 10:46:12 +0100 Subject: ARM: mxs: Add missing EXPORT_SYMBOL for mxs_reset_block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is used for example in the i2c driver which can be compiled modular. Signed-off-by: Sascha Hauer Signed-off-by: Uwe Kleine-König --- arch/arm/mach-mxs/system.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-mxs') diff --git a/arch/arm/mach-mxs/system.c b/arch/arm/mach-mxs/system.c index 9343d7edd4f..20ec3bddf7c 100644 --- a/arch/arm/mach-mxs/system.c +++ b/arch/arm/mach-mxs/system.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include @@ -135,3 +136,4 @@ error: pr_err("%s(%p): module reset timeout\n", __func__, reset_addr); return -ETIMEDOUT; } +EXPORT_SYMBOL(mxs_reset_block); -- cgit v1.2.3