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-Tag: libata-5.15-2021-09-05~100^2~52 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3da77cf33cf8caf60d5cf29987885abb997a38fa;p=linux-block.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 f289afeb3f31..bccbf394ae7e 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) {