1
0
Fork 0

pinctrl: files should directly include apis they use

Fixes: 23c35f48f5 ("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>
hifive-unleashed-5.1
Stephen Rothwell 2018-02-05 09:24:30 +11:00 committed by Linus Torvalds
parent 35277995e1
commit 567af7fc9d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <linux/usb.h>
#include <linux/usb/hcd.h>
#include <linux/usb/ehci_pdriver.h>
#include <linux/pinctrl/consumer.h>
#include "ehci.h"