From: Hitoshi Mitake Date: Mon, 22 Jun 2009 02:11:20 +0000 (+0900) Subject: Making fs/minix/minix.h double including safe X-Git-Tag: v2.6.31-rc1~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e38be994b9cad09b0d8d78a1875d7e8a2e115d29;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed