Commit cfec9ecd authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Remove use of <asm/smplock.h>

parent 0a151a03
...@@ -19,16 +19,13 @@ ...@@ -19,16 +19,13 @@
#include <linux/irq.h> #include <linux/irq.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/smp_lock.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/semaphore.h> #include <asm/semaphore.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/io.h> #include <asm/io.h>
#if 0
#include <linux/ide.h>
#include <asm/ide.h>
#endif
#include <asm/atomic.h> #include <asm/atomic.h>
#include <asm/bitops.h> #include <asm/bitops.h>
#include <asm/checksum.h> #include <asm/checksum.h>
...@@ -41,7 +38,6 @@ ...@@ -41,7 +38,6 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/hw_irq.h> #include <asm/hw_irq.h>
#include <asm/abs_addr.h> #include <asm/abs_addr.h>
#include <asm/smplock.h>
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
#ifdef CONFIG_PPC_ISERIES #ifdef CONFIG_PPC_ISERIES
#include <asm/iSeries/iSeries_pci.h> #include <asm/iSeries/iSeries_pci.h>
......
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