From: Dave Jones Date: Mon, 9 Jul 2007 18:33:14 +0000 (-0700) Subject: ACPI: fix empty macros found by -Wextra X-Git-Tag: v2.6.23-rc1~17^2~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ebf83c8cf89ab13bc23e46b0fcb6178ca23b43c;p=pandora-kernel.git ACPI: fix empty macros found by -Wextra ACPI has a ton of macros which make a bunch of empty if's when configured in non-debug mode. [lenb: The code it complaines about is functionally correct, so this patch is just to make -Wextra happier] #define DBG() if(...) DBG(); next_c_statement which turns into if(...) ; next_c_statement Signed-off-by: Dave Jones Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed