commit | 173ff5326d66ed6f37ff0a4153a7ab2a788e46e3 | [log] [tgz] |
---|---|---|
author | U. Artie Eoff <ullysses.a.eoff@intel.com> | Fri May 17 06:12:50 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri May 17 16:04:49 2013 -0400 |
tree | 44100c8b062eeb946c3935888a316e33cede2c0f | |
parent | 1ed73246ed339897640981e9b7cb0abd84e30241 [diff] |
fix module_init signature in module tests surface-global-test and surface-test did not get updated to the new module_init(...) signature when it changed in a50e6e4c500e3080b8df7ec14c7e42741477a423. Thus, they failed to compile. Simply running 'make check' shows the problem. This patch fixes it. fixes https://bugs.freedesktop.org/show_bug.cgi?id=64691 Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>