diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-03-20 15:58:27 +1100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-03-20 15:58:27 +1100 |
commit | 8d73f102d9606fe217a9577a437f84b9fed6d45d (patch) | |
tree | 6a186af04bf971e3abf85e13ae191c3dc781dda1 /arch/powerpc/sysdev/cpm2.c | |
parent | a7d2dac802a7ff0677b0a5c2fdb9fe0d3fdaee0c (diff) | |
parent | e41c615a70f2a91ca35b455fdcf025f78e11207e (diff) |
Merge commit 'kumar/next' into next
Diffstat (limited to 'arch/powerpc/sysdev/cpm2.c')
-rw-r--r-- | arch/powerpc/sysdev/cpm2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/cpm2.c b/arch/powerpc/sysdev/cpm2.c index 474d176a6ec..fd969f0e312 100644 --- a/arch/powerpc/sysdev/cpm2.c +++ b/arch/powerpc/sysdev/cpm2.c @@ -52,6 +52,7 @@ cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor space */ * the communication processor devices. */ cpm2_map_t __iomem *cpm2_immr; +EXPORT_SYMBOL(cpm2_immr); #define CPM_MAP_SIZE (0x40000) /* 256k - the PQ3 reserve this amount of space for CPM as it is larger |