hw/xfree86: nobus.c shouldn't define a static function

Having this function be static generates a compiler warning.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Keith Packard 2013-12-11 12:18:16 -08:00
parent 7915791bac
commit 319dff750f
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
static void
void
__noop_to_appease_ar__(void);
void
__noop_to_appease_ar__(void)
{
return;