From: Heiko Carstens Date: Sun, 25 Jul 2021 13:13:12 +0000 (+0200) Subject: s390/delay: get rid of not needed header includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3da77cf33cf8caf60d5cf29987885abb997a38fa;p=linux.git 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 --- diff --git a/arch/s390/lib/delay.c b/arch/s390/lib/delay.c index f289afeb3f316..bccbf394ae7ed 100644 --- a/arch/s390/lib/delay.c +++ b/arch/s390/lib/delay.c @@ -7,17 +7,10 @@ * Heiko Carstens , */ -#include +#include #include -#include -#include -#include -#include -#include -#include -#include #include -#include +#include void __delay(unsigned long loops) {