summaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior2013-08-13 10:57:08 +0200
committerFelipe Balbi2013-08-13 21:59:13 +0200
commit8b841cb217fac676498de3dfe8fabe38b39cba4e (patch)
treed63c60a36a69749177552fedf0c4fb5b57db9a0c /drivers/usb/phy
parentusb: musb: cppi41: Enable in device-TX mode (diff)
downloadkernel-qcow2-linux-8b841cb217fac676498de3dfe8fabe38b39cba4e.tar.gz
kernel-qcow2-linux-8b841cb217fac676498de3dfe8fabe38b39cba4e.tar.xz
kernel-qcow2-linux-8b841cb217fac676498de3dfe8fabe38b39cba4e.zip
usb: phy: am335x: include linux/err.h
Stephen Rothwell reported that this driver does not compile on PowerPC due to this missing include. One could argue why this driver is enabled on PowerPC in the first place but it sure isn't wrong to include headers for used function instead of to rely that they sneak in. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r--drivers/usb/phy/phy-am335x-control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/phy-am335x-control.c b/drivers/usb/phy/phy-am335x-control.c
index 35494f1c33b6..759754521426 100644
--- a/drivers/usb/phy/phy-am335x-control.c
+++ b/drivers/usb/phy/phy-am335x-control.c
@@ -1,5 +1,6 @@
#include <linux/module.h>
#include <linux/platform_device.h>
+#include <linux/err.h>
#include <linux/of.h>
#include <linux/io.h>