projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec12a6
)
[ARM] 4733/1: export sharpsl_param
author
Dmitry Baryshkov
<dbaryshkov@gmail.com>
Thu, 27 Dec 2007 13:19:44 +0000
(14:19 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 3 Oct 2008 09:18:35 +0000
(10:18 +0100)
EXPORT sharpsl_param which is necessary to support modular build of some depending drivers.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/sharpsl_param.c
patch
|
blob
|
history
diff --git
a/arch/arm/common/sharpsl_param.c
b/arch/arm/common/sharpsl_param.c
index aad4d94ba8f50611c21c59fcd3d9f1be287fc422..d56c932580eb201439c8a63aa401abddd157cbbf 100644
(file)
--- a/
arch/arm/common/sharpsl_param.c
+++ b/
arch/arm/common/sharpsl_param.c
@@
-12,6
+12,7
@@
*/
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/string.h>
#include <asm/mach/sharpsl_param.h>
@@
-36,6
+37,7
@@
#define PHAD_MAGIC MAGIC_CHG('P','H','A','D')
struct sharpsl_param_info sharpsl_param;
+EXPORT_SYMBOL(sharpsl_param);
void sharpsl_save_param(void)
{