diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 745def862580726a26135621763ec0ce79b28cb3..bbf85d612be5ac25276ad67b4ac86ab8a933be5a 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -220,8 +220,7 @@ struct serio_device_id { /* * Struct used for matching a device */ -struct of_device_id -{ +struct of_device_id { char name[32]; char type[32]; char compatible[128];