Skip to content

Commit cd33707

Browse files
Ingo Molnargregkh
authored andcommitted
headers/prep: Fix non-standard header section: drivers/usb/cdns3/core.h
Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 452785d commit cd33707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/usb/cdns3/core.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
* Authors: Peter Chen <[email protected]>
99
* Pawel Laszczak <[email protected]>
1010
*/
11-
#include <linux/usb/otg.h>
12-
#include <linux/usb/role.h>
13-
1411
#ifndef __LINUX_CDNS3_CORE_H
1512
#define __LINUX_CDNS3_CORE_H
1613

14+
#include <linux/usb/otg.h>
15+
#include <linux/usb/role.h>
16+
1717
struct cdns;
1818

1919
/**

0 commit comments

Comments
 (0)