Message ID | 20220330144339.261419-2-imbrenda@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | lib: s390x: Refactor and rename vm.[ch] | expand |
On 3/30/22 16:43, Claudio Imbrenda wrote: > Remove unused includes of vm.h Reviewed-by: Janosch Frank <frankja@linux.ibm.com> > > Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com> > --- > s390x/mvpg-sie.c | 1 - > s390x/pv-diags.c | 1 - I think there are more unused includes in pv-diags.c. I need to take another look at that. > s390x/spec_ex-sie.c | 1 - > 3 files changed, 3 deletions(-) > > diff --git a/s390x/mvpg-sie.c b/s390x/mvpg-sie.c > index 8ae9a52a..46a2edb6 100644 > --- a/s390x/mvpg-sie.c > +++ b/s390x/mvpg-sie.c > @@ -16,7 +16,6 @@ > #include <asm/facility.h> > #include <asm/mem.h> > #include <alloc_page.h> > -#include <vm.h> > #include <sclp.h> > #include <sie.h> > #include <snippet.h> > diff --git a/s390x/pv-diags.c b/s390x/pv-diags.c > index 110547ad..6899b859 100644 > --- a/s390x/pv-diags.c > +++ b/s390x/pv-diags.c > @@ -19,7 +19,6 @@ > #include <asm/sigp.h> > #include <smp.h> > #include <alloc_page.h> > -#include <vm.h> > #include <vmalloc.h> > #include <sclp.h> > #include <snippet.h> > diff --git a/s390x/spec_ex-sie.c b/s390x/spec_ex-sie.c > index 5dea4115..d8e25e75 100644 > --- a/s390x/spec_ex-sie.c > +++ b/s390x/spec_ex-sie.c > @@ -11,7 +11,6 @@ > #include <asm/page.h> > #include <asm/arch_def.h> > #include <alloc_page.h> > -#include <vm.h> > #include <sie.h> > #include <snippet.h> >
diff --git a/s390x/mvpg-sie.c b/s390x/mvpg-sie.c index 8ae9a52a..46a2edb6 100644 --- a/s390x/mvpg-sie.c +++ b/s390x/mvpg-sie.c @@ -16,7 +16,6 @@ #include <asm/facility.h> #include <asm/mem.h> #include <alloc_page.h> -#include <vm.h> #include <sclp.h> #include <sie.h> #include <snippet.h> diff --git a/s390x/pv-diags.c b/s390x/pv-diags.c index 110547ad..6899b859 100644 --- a/s390x/pv-diags.c +++ b/s390x/pv-diags.c @@ -19,7 +19,6 @@ #include <asm/sigp.h> #include <smp.h> #include <alloc_page.h> -#include <vm.h> #include <vmalloc.h> #include <sclp.h> #include <snippet.h> diff --git a/s390x/spec_ex-sie.c b/s390x/spec_ex-sie.c index 5dea4115..d8e25e75 100644 --- a/s390x/spec_ex-sie.c +++ b/s390x/spec_ex-sie.c @@ -11,7 +11,6 @@ #include <asm/page.h> #include <asm/arch_def.h> #include <alloc_page.h> -#include <vm.h> #include <sie.h> #include <snippet.h>
Remove unused includes of vm.h Signed-off-by: Claudio Imbrenda <imbrenda@linux.ibm.com> --- s390x/mvpg-sie.c | 1 - s390x/pv-diags.c | 1 - s390x/spec_ex-sie.c | 1 - 3 files changed, 3 deletions(-)