From: Geert Uytterhoeven Date: Wed, 4 Feb 2015 18:59:25 +0000 (-0800) Subject: Input: gscps2 - fix MODULE_DEVICE_TABLE invocation X-Git-Tag: fixes-v4.0-rc1~144^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c8afa88adce613c23f27e719f805cc2a6441b07;p=pandora-kernel.git Input: gscps2 - fix MODULE_DEVICE_TABLE invocation The patch "module: fix types of device tables aliases" newly requires that invocations of MODULE_DEVICE_TABLE(type, name); come *after* the definition of `name'. That is reasonable, but gscps2 wasn't doing this. Fix it. Signed-off-by: Geert Uytterhoeven Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed