Re: [PATCH] linux/coff.h: add include guard

2019-07-31 Thread Masahiro Yamada
Hi Andrew, On Wed, Jul 31, 2019 at 4:52 AM Andrew Morton wrote: > > On Mon, 29 Jul 2019 00:47:28 +0900 Masahiro Yamada > wrote: > > > Add a header include guard just in case. > > > > Signed-off-by: Masahiro Yamada > > --- > > > > Looks like this file is unused at least in the kernel tree, > >

Re: [PATCH] linux/coff.h: add include guard

2019-07-30 Thread Andrew Morton
On Mon, 29 Jul 2019 00:47:28 +0900 Masahiro Yamada wrote: > Add a header include guard just in case. > > Signed-off-by: Masahiro Yamada > --- > > Looks like this file is unused at least in the kernel tree, > but I am not it is OK to delete it. arch/alpha/boot/tools/objstrip.c includes it but