linux/parser.h: add include guards
authorEric Biggers <ebiggers@google.com>
Tue, 12 May 2020 23:32:48 +0000 (16:32 -0700)
committerEric Biggers <ebiggers@google.com>
Fri, 15 May 2020 20:51:28 +0000 (13:51 -0700)
commit8b85996095049a2216c0a6b582330ec75913243c
tree2934edfaabccf501bea47520f85a7bad09ff99ce
parent607009020a5e7fd9353fb2dd4cdcc73e26f3350f
linux/parser.h: add include guards

<linux/parser.h> is missing include guards.  Add them.

This is needed to allow declaring a function in <linux/fscrypt.h> that
takes a substring_t parameter.

Link: https://lore.kernel.org/r/20200512233251.118314-2-ebiggers@kernel.org
Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
include/linux/parser.h