merge of '178eac00dc5aa8338d42e8e203633bec7817bbf6'
[vuplus_openembedded] / packages / linux / linux-rp-2.6.24 / tosa / 0015-sharpsl-export-params.patch
1 From bba216220d17d1091413e82c9924ac5614402c05 Mon Sep 17 00:00:00 2001
2 From: Ian Molton <spyro@f2s.com>
3 Date: Wed, 9 Jan 2008 01:28:06 +0300
4 Subject: [PATCH 15/64] sharpsl export params
5
6 ---
7  arch/arm/common/sharpsl_param.c |    2 ++
8  1 files changed, 2 insertions(+), 0 deletions(-)
9
10 diff --git a/arch/arm/common/sharpsl_param.c b/arch/arm/common/sharpsl_param.c
11 index aad4d94..d56c932 100644
12 --- a/arch/arm/common/sharpsl_param.c
13 +++ b/arch/arm/common/sharpsl_param.c
14 @@ -12,6 +12,7 @@
15   */
16  
17  #include <linux/kernel.h>
18 +#include <linux/module.h>
19  #include <linux/string.h>
20  #include <asm/mach/sharpsl_param.h>
21  
22 @@ -36,6 +37,7 @@
23  #define PHAD_MAGIC     MAGIC_CHG('P','H','A','D')
24  
25  struct sharpsl_param_info sharpsl_param;
26 +EXPORT_SYMBOL(sharpsl_param);
27  
28  void sharpsl_save_param(void)
29  {
30 -- 
31 1.5.3.8
32