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

pinctrl: files should directly include apis they use

Fixes: 23c35f48f5fb ("pinctrl: remove include file from <linux/device.h>")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Stephen Rothwell and committed by
Linus Torvalds
567af7fc 35277995

+1
+1
drivers/usb/host/ehci-st.c
··· 23 23 #include <linux/usb.h> 24 24 #include <linux/usb/hcd.h> 25 25 #include <linux/usb/ehci_pdriver.h> 26 + #include <linux/pinctrl/consumer.h> 26 27 27 28 #include "ehci.h" 28 29