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.

gpio: mockup: 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.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

+1
+1
drivers/gpio/gpio-mockup.c
··· 19 19 #include <linux/module.h> 20 20 #include <linux/platform_device.h> 21 21 #include <linux/property.h> 22 + #include <linux/seq_file.h> 22 23 #include <linux/slab.h> 23 24 #include <linux/string_helpers.h> 24 25 #include <linux/uaccess.h>