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

pinctrl: aspeed: 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>
Acked-by: Linus Walleij <linus.walleij@linaro.org>

+1
+1
drivers/pinctrl/aspeed/pinctrl-aspeed.c
··· 5 5 6 6 #include <linux/mfd/syscon.h> 7 7 #include <linux/platform_device.h> 8 + #include <linux/seq_file.h> 8 9 #include <linux/slab.h> 9 10 #include <linux/string.h> 10 11 #include "../core.h"