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

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

usb: dwc3: omap: fix sparse warning



our global '_omap' pointer wasn't marked
static. This patch solves the following sparse
warning:

	warning: symbol '_omap' was not declared. \
	Should it be static?

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent eee44da0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ struct dwc3_omap {
	u32			dma_status:1;
};

struct dwc3_omap		*_omap;
static struct dwc3_omap		*_omap;

static inline u32 dwc3_omap_readl(void __iomem *base, u32 offset)
{