mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 10:13:57 +08:00
powerpc: Export dcr_ind_lock to fix build error
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>
This commit is contained in:
parent
f6026df1a4
commit
22e55fcfd6
@ -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) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user