fix module_init signature in module tests
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Fri, 17 May 2013 13:12:50 +0000 (06:12 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 17 May 2013 20:04:49 +0000 (16:04 -0400)
commit173ff5326d66ed6f37ff0a4153a7ab2a788e46e3
tree44100c8b062eeb946c3935888a316e33cede2c0f
parent1ed73246ed339897640981e9b7cb0abd84e30241
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>
tests/surface-global-test.c
tests/surface-test.c