]> git.baikalelectronics.ru Git - kernel.git/commit
Making fs/minix/minix.h double including safe
authorHitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Mon, 22 Jun 2009 02:11:20 +0000 (11:11 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Jun 2009 18:34:42 +0000 (11:34 -0700)
commitcd065172c4c4d55e5a5e170e49a2f97ad0169dd0
tree5f2e4ab8585c9a5d70cbe50abf7345d989cbb57c
parente8eeb83e1a4437d97d7d65073a2858e05cf81874
Making fs/minix/minix.h double including safe

I happened to find that fs/minix/minix.h doesn't guard double include.

Yes, I know this never cause something destructive because this is
self-evidence that no source file includes minix.h twice, but I think
fixing this is better than disregarding it.

Signed-off-by: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/minix/minix.h