Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ARM] 4733/1: export sharpsl_param

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>

authored by

Dmitry Baryshkov and committed by
Russell King
ec36b16d fec12a62

+2
+2
arch/arm/common/sharpsl_param.c
··· 12 12 */ 13 13 14 14 #include <linux/kernel.h> 15 + #include <linux/module.h> 15 16 #include <linux/string.h> 16 17 #include <asm/mach/sharpsl_param.h> 17 18 ··· 37 36 #define PHAD_MAGIC MAGIC_CHG('P','H','A','D') 38 37 39 38 struct sharpsl_param_info sharpsl_param; 39 + EXPORT_SYMBOL(sharpsl_param); 40 40 41 41 void sharpsl_save_param(void) 42 42 {