powerpc: sparse: static-ify some things
As sparse suggests, these should be made static. Signed-off-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Reviewed-by: Stewart Smith <stewart@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
aa14138a51
commit
635218c785
@@ -36,7 +36,7 @@
|
||||
|
||||
static DEFINE_SPINLOCK(eeh_eventlist_lock);
|
||||
static struct semaphore eeh_eventlist_sem;
|
||||
LIST_HEAD(eeh_eventlist);
|
||||
static LIST_HEAD(eeh_eventlist);
|
||||
|
||||
/**
|
||||
* eeh_event_handler - Dispatch EEH events.
|
||||
|
Reference in New Issue
Block a user