Commit f231af38 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Kamal Mostafa

usb: gadget: fusb300_udc.h: Fix typo in include guard

commit f0798d6a upstream.

Clearly this was meant to be an include guard, but a trailing
underscore was missing. It has been this way since the file was
introduced in 0fe6f1d1 ("usb: udc: add Faraday fusb300 driver").

Fixes: 0fe6f1d1 ("usb: udc: add Faraday fusb300 driver")
Signed-off-by: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent e33fc19d
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#ifndef __FUSB300_UDC_H__ #ifndef __FUSB300_UDC_H__
#define __FUSB300_UDC_H_ #define __FUSB300_UDC_H__
#include <linux/kernel.h> #include <linux/kernel.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment