diff options
Diffstat (limited to 'arch/arm/mach-mxs/system.c')
-rw-r--r-- | arch/arm/mach-mxs/system.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/system.c b/arch/arm/mach-mxs/system.c index 9343d7edd4f6..20ec3bddf7cd 100644 --- a/arch/arm/mach-mxs/system.c +++ b/arch/arm/mach-mxs/system.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/err.h> | 22 | #include <linux/err.h> |
23 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
24 | #include <linux/init.h> | 24 | #include <linux/init.h> |
25 | #include <linux/module.h> | ||
25 | 26 | ||
26 | #include <asm/proc-fns.h> | 27 | #include <asm/proc-fns.h> |
27 | #include <asm/system.h> | 28 | #include <asm/system.h> |
@@ -135,3 +136,4 @@ error: | |||
135 | pr_err("%s(%p): module reset timeout\n", __func__, reset_addr); | 136 | pr_err("%s(%p): module reset timeout\n", __func__, reset_addr); |
136 | return -ETIMEDOUT; | 137 | return -ETIMEDOUT; |
137 | } | 138 | } |
139 | EXPORT_SYMBOL(mxs_reset_block); | ||