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

pinctrl: intel: Update header block to reflect direct dependencies

Update header inclusion block to reflect all direct dependencies
that are being involved in pinctrl-intel.h.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

+4 -1
+4 -1
drivers/pinctrl/intel/pinctrl-intel.h
··· 10 10 #ifndef PINCTRL_INTEL_H 11 11 #define PINCTRL_INTEL_H 12 12 13 + #include <linux/bits.h> 14 + #include <linux/compiler_types.h> 13 15 #include <linux/gpio/driver.h> 14 16 #include <linux/irq.h> 17 + #include <linux/kernel.h> 15 18 #include <linux/pm.h> 19 + #include <linux/pinctrl/pinctrl.h> 16 20 #include <linux/spinlock_types.h> 17 21 18 - struct pinctrl_pin_desc; 19 22 struct platform_device; 20 23 struct device; 21 24