test: fix "redundant declaration of devices" warning

In file included from protocol-xiwarppointer.c:41:0:
protocol-common.h:91:23: warning: redundant redeclaration of ‘devices’
[-Wredundant-decls]
protocol-common.h:86:3: note: previous declaration of ‘devices’ was here

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
Peter Hutterer 2012-05-14 14:51:58 +10:00
parent 693a31e704
commit e6da635826

View File

@ -83,7 +83,7 @@ struct devices {
int num_devices;
int num_master_devices;
} devices;
};
/**
* The set of default devices available in all tests if necessary.