From: Janosch Frank <frankja@xxxxxxxxxxxxx> Most includes were related to allocation but that's done in the io allocation library so having them in the test doesn't make sense. Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> Reviewed-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> Signed-off-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> --- s390x/css.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/s390x/css.c b/s390x/css.c index 13a1509f..fabe5237 100644 --- a/s390x/css.c +++ b/s390x/css.c @@ -9,17 +9,14 @@ */ #include <libcflat.h> -#include <alloc_phys.h> -#include <asm/page.h> -#include <string.h> #include <interrupt.h> -#include <asm/arch_def.h> -#include <alloc_page.h> #include <hardware.h> +#include <asm/arch_def.h> +#include <asm/page.h> + #include <malloc_io.h> #include <css.h> -#include <asm/barrier.h> #define DEFAULT_CU_TYPE 0x3832 /* virtio-ccw */ static unsigned long cu_type = DEFAULT_CU_TYPE; -- 2.36.1