projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
452785d
)
headers/prep: Fix non-standard header section: drivers/usb/cdns3/core.h
author
Ingo Molnar
<mingo@kernel.org>
Tue, 7 Sep 2021 17:00:27 +0000
(19:00 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 5 Jan 2022 15:17:31 +0000
(16:17 +0100)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/cdns3/core.h
patch
|
blob
|
history
diff --git
a/drivers/usb/cdns3/core.h
b/drivers/usb/cdns3/core.h
index ab0cb68acd2390c631a43089b91523fb290dbe1a..2d332a788871ed50b88055d891b61f8182b343cd 100644
(file)
--- a/
drivers/usb/cdns3/core.h
+++ b/
drivers/usb/cdns3/core.h
@@
-8,12
+8,12
@@
* Authors: Peter Chen <peter.chen@nxp.com>
* Pawel Laszczak <pawell@cadence.com>
*/
-#include <linux/usb/otg.h>
-#include <linux/usb/role.h>
-
#ifndef __LINUX_CDNS3_CORE_H
#define __LINUX_CDNS3_CORE_H
+#include <linux/usb/otg.h>
+#include <linux/usb/role.h>
+
struct cdns;
/**