Commit c8bfcd95 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Don't double-export synchronize_irq.

It is done by the generic IRQ layer now.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e18e2a00
......@@ -125,9 +125,6 @@ EXPORT_SYMBOL(__write_lock);
EXPORT_SYMBOL(__write_unlock);
EXPORT_SYMBOL(__write_trylock);
/* Hard IRQ locking */
EXPORT_SYMBOL(synchronize_irq);
#if defined(CONFIG_MCOUNT)
extern void _mcount(void);
EXPORT_SYMBOL(_mcount);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment