xfree86: unconstify driver in the XF86ConfInputClassRec

No const value is ever assigned to it, let's not pretend it's const.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Peter Hutterer 2014-02-05 14:32:23 +10:00
parent f14d6647c0
commit 72967d6c15

View File

@ -305,7 +305,7 @@ typedef struct {
typedef struct {
GenericListRec list;
char *identifier;
const char *driver;
char *driver;
struct xorg_list match_product;
struct xorg_list match_vendor;
struct xorg_list match_device;