projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6026df
)
powerpc: Export dcr_ind_lock to fix build error
author
Pranith Kumar
<bobby.prani@gmail.com>
Wed, 20 Aug 2014 03:24:15 +0000
(23:24 -0400)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 25 Sep 2014 13:14:45 +0000
(23:14 +1000)
Fix build error caused by missing export:
ERROR: "dcr_ind_lock" [drivers/net/ethernet/ibm/emac/ibm_emac.ko] undefined!
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/sysdev/dcr.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/sysdev/dcr.c
b/arch/powerpc/sysdev/dcr.c
index e9056e4385756cf93a8e1d4ef7b54a9a1affa982..2d8a101b6b9edba7bebe70a8b03ebb4e2f0ba7ab 100644
(file)
--- a/
arch/powerpc/sysdev/dcr.c
+++ b/
arch/powerpc/sysdev/dcr.c
@@
-230,5
+230,6
@@
EXPORT_SYMBOL_GPL(dcr_unmap_mmio);
#ifdef CONFIG_PPC_DCR_NATIVE
DEFINE_SPINLOCK(dcr_ind_lock);
+EXPORT_SYMBOL_GPL(dcr_ind_lock);
#endif /* defined(CONFIG_PPC_DCR_NATIVE) */