Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9d87259 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: gadget: udc: fsl_mxc_udc: fix sparse error



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: default avatarFelipe Balbi <balbi@ti.com>
parent c43e97b2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
+3 −0
Original line number Diff line number Diff line
@@ -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