From: KOSAKI Motohiro Date: Wed, 25 May 2011 00:13:16 +0000 (-0700) Subject: sparse: define dummy BUILD_BUG_ON definition for sparse X-Git-Tag: v3.0-rc1~194 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=903c0c7cdc21f2ccb7562a7bbc70289c0c2b16ad;p=pandora-kernel.git sparse: define dummy BUILD_BUG_ON definition for sparse BUILD_BUG_ON() causes a syntax error to detect coding errors. So it causes sparse to detect an error too. This reduces sparse's usefulness. This patch makes a dummy BUILD_BUG_ON() definition for sparse. Signed-off-by: KOSAKI Motohiro Cc: Dave Hansen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed