]> git.karo-electronics.de Git - linux-beck.git/commitdiff
usb: gadget: udc: fsl_mxc_udc: fix sparse error
authorFelipe Balbi <balbi@ti.com>
Wed, 16 Jul 2014 17:23:55 +0000 (12:23 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 16 Jul 2014 17:50:40 +0000 (12:50 -0500)
No functional changes, just fixing one easy to spot
sparse error.

While fixing that sparse error, I had to add two
includes to a header to avoid a build error.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/fsl_mxc_udc.c
drivers/usb/gadget/udc/fsl_usb2_udc.h

index 9b140fc4d3bc5adcc4b815a885f7807fe6166b59..f16e149c5b3e9dde415db55bc07f817e7b388ed6 100644 (file)
@@ -18,6 +18,8 @@
 #include <linux/platform_device.h>
 #include <linux/io.h>
 
+#include "fsl_usb2_udc.h"
+
 static struct clk *mxc_ahb_clk;
 static struct clk *mxc_per_clk;
 static struct clk *mxc_ipg_clk;
index c6703bb07b23fcd026f450a581cf974a218013ad..84715625b2b3b6e56361c10cefb88bde0290513d 100644 (file)
@@ -12,6 +12,9 @@
 #ifndef __FSL_USB2_UDC_H
 #define __FSL_USB2_UDC_H
 
+#include <linux/usb/ch9.h>
+#include <linux/usb/gadget.h>
+
 /* ### define USB registers here
  */
 #define USB_MAX_CTRL_PAYLOAD           64