Re: [PATCH v3 1/9] hwmon: (core) Order include files alphabetically

2016-09-27 Thread Jean Delvare
On dim., 2016-07-24 at 20:32 -0700, Guenter Roeck wrote: > Ordering include files alphabetically makes it easier to add new ones. > Stop including linux/spinlock.h and linux/kdev_t.h since both are not > needed. > > Reviewed-by: Jonathan Cameron > Signed-off-by: Guenter Roeck > --- > v3: No chan

[PATCH v3 1/9] hwmon: (core) Order include files alphabetically

2016-07-24 Thread Guenter Roeck
Ordering include files alphabetically makes it easier to add new ones. Stop including linux/spinlock.h and linux/kdev_t.h since both are not needed. Reviewed-by: Jonathan Cameron Signed-off-by: Guenter Roeck --- v3: No change v2: Added patch drivers/hwmon/hwmon.c | 10 -- 1 file change