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)
commite38be994b9cad09b0d8d78a1875d7e8a2e115d29
tree5f2e4ab8585c9a5d70cbe50abf7345d989cbb57c
parent44da59e4006fbf7c4cc9b54485a37a40726091ee
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