Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Heiko Carstens <hca@linux.ibm.com>

+2 -9
+2 -9
arch/s390/lib/delay.c
··· 7 7 * Heiko Carstens <heiko.carstens@de.ibm.com>, 8 8 */ 9 9 10 - #include <linux/sched.h> 10 + #include <linux/processor.h> 11 11 #include <linux/delay.h> 12 - #include <linux/timex.h> 13 - #include <linux/export.h> 14 - #include <linux/irqflags.h> 15 - #include <linux/interrupt.h> 16 - #include <linux/jump_label.h> 17 - #include <linux/irq.h> 18 - #include <asm/vtimer.h> 19 12 #include <asm/div64.h> 20 - #include <asm/idle.h> 13 + #include <asm/timex.h> 21 14 22 15 void __delay(unsigned long loops) 23 16 {