Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gpiolib: cdev: Add missing header(s)

Do not imply that some of the generic headers may be always included.
Instead, include explicitly what we are direct user of.

While at it, sort headers alphabetically.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Rewiewed-by: Kent Gibson <warthog618@gmail.com>

+3 -1
+3 -1
drivers/gpio/gpiolib-cdev.c
··· 12 12 #include <linux/file.h> 13 13 #include <linux/gpio.h> 14 14 #include <linux/gpio/driver.h> 15 + #include <linux/hte.h> 15 16 #include <linux/interrupt.h> 16 17 #include <linux/irqreturn.h> 17 18 #include <linux/kernel.h> ··· 21 20 #include <linux/mutex.h> 22 21 #include <linux/pinctrl/consumer.h> 23 22 #include <linux/poll.h> 23 + #include <linux/seq_file.h> 24 24 #include <linux/spinlock.h> 25 25 #include <linux/timekeeping.h> 26 26 #include <linux/uaccess.h> 27 27 #include <linux/workqueue.h> 28 - #include <linux/hte.h> 28 + 29 29 #include <uapi/linux/gpio.h> 30 30 31 31 #include "gpiolib.h"