From: Linus Walleij Date: Wed, 5 Jan 2011 12:27:04 +0000 (+0100) Subject: param: add null statement to compiled-in module params X-Git-Tag: v2.6.38-rc3~73^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b75be4204e7871869b2c268c00783703197aaa7d;p=pandora-kernel.git param: add null statement to compiled-in module params Add an unused struct declaration statement requiring a terminating semicolon to the compile-in case to provoke an error if __MODULE_INFO() is used without the terminating semicolon. Previously MODULE_ALIAS("foo") (no semicolon) compiled fine if MODULE was not selected. Cc: Dan Carpenter Signed-off-by: Linus Walleij Signed-off-by: Rusty Russell --- Reading git-diff-tree failed