Message ID | 1505921232-8960-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | New |
Headers | show |
Series | x86/boot: remove bogus #include <generated/utsrelease.h> | expand |
Hi x86 maintainers, 2017-09-21 0:27 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > The <generated/utsrelease.h> defines UTS_RELEASE, but I do not > see any reference to it in arch/x86/boot/header.S . > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- > > arch/x86/boot/header.S | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S > index 1bb08ec..16c516b 100644 > --- a/arch/x86/boot/header.S > +++ b/arch/x86/boot/header.S > @@ -16,7 +16,6 @@ > */ > > #include <asm/segment.h> > -#include <generated/utsrelease.h> > #include <asm/boot.h> > #include <asm/page_types.h> > #include <asm/setup.h> > -- > 2.7.4 > Could you check this please? -- Best Regards Masahiro Yamada
diff --git a/arch/x86/boot/header.S b/arch/x86/boot/header.S index 1bb08ec..16c516b 100644 --- a/arch/x86/boot/header.S +++ b/arch/x86/boot/header.S @@ -16,7 +16,6 @@ */ #include <asm/segment.h> -#include <generated/utsrelease.h> #include <asm/boot.h> #include <asm/page_types.h> #include <asm/setup.h>
The <generated/utsrelease.h> defines UTS_RELEASE, but I do not see any reference to it in arch/x86/boot/header.S . Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/x86/boot/header.S | 1 - 1 file changed, 1 deletion(-) -- 2.7.4