]> git.baikalelectronics.ru Git - kernel.git/commit
linux/coff.h: add include guard
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 25 Sep 2019 23:45:56 +0000 (16:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 Sep 2019 00:51:39 +0000 (17:51 -0700)
commita78bcbc37ad4a7e36910a030e19aba2a160b2f96
treed3cac52c3bc3eeff0f6ac5233793a32d28c60f4f
parent4db979fcd2504b6a24508ba1146b752f1ee2c85d
linux/coff.h: add include guard

Add a header include guard just in case.

My motivation is to allow Kbuild to detect missing include guard:

https://patchwork.kernel.org/patch/11063011/

Before I enable this checker I want to fix as many headers as possible.

Link: http://lkml.kernel.org/r/20190728154728.11126-1-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/uapi/linux/coff.h