Commit 3da77cf3 authored by Heiko Carstens's avatar Heiko Carstens

s390/delay: get rid of not needed header includes

After all the changes to delay.c there are many includes which are not
needed anymore. Get rid of them.
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 6ab02364
...@@ -7,17 +7,10 @@ ...@@ -7,17 +7,10 @@
* Heiko Carstens <heiko.carstens@de.ibm.com>, * Heiko Carstens <heiko.carstens@de.ibm.com>,
*/ */
#include <linux/sched.h> #include <linux/processor.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/timex.h>
#include <linux/export.h>
#include <linux/irqflags.h>
#include <linux/interrupt.h>
#include <linux/jump_label.h>
#include <linux/irq.h>
#include <asm/vtimer.h>
#include <asm/div64.h> #include <asm/div64.h>
#include <asm/idle.h> #include <asm/timex.h>
void __delay(unsigned long loops) void __delay(unsigned long loops)
{ {
......
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