commit | 6c8afa88adce613c23f27e719f805cc2a6441b07 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Wed Feb 04 10:59:25 2015 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Feb 04 11:35:54 2015 -0800 |
tree | 4443d01a51f1eb865ec0d94a5e401852782bad9b | |
parent | 6ab17a8484f03c188a93713369912f1545eb26e9 [diff] |
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 <geert@linux-m68k.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>