diff options
| author | Ingo Molnar <[email protected]> | 2021-09-07 17:00:27 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-01-05 15:17:31 +0000 |
| commit | cd33707d0fd1b65c419f30816dd7f8123472caab (patch) | |
| tree | 8799ab50953585f21d6a904b4feb8195eb14181d /drivers/usb/cdns3/core.h | |
| parent | headers/prep: usb: gadget: Fix namespace collision (diff) | |
| download | kernel-cd33707d0fd1b65c419f30816dd7f8123472caab.tar.gz kernel-cd33707d0fd1b65c419f30816dd7f8123472caab.zip | |
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]>
Diffstat (limited to 'drivers/usb/cdns3/core.h')
| -rw-r--r-- | drivers/usb/cdns3/core.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/cdns3/core.h b/drivers/usb/cdns3/core.h index ab0cb68acd23..2d332a788871 100644 --- a/drivers/usb/cdns3/core.h +++ b/drivers/usb/cdns3/core.h @@ -8,12 +8,12 @@ * Authors: Peter Chen <[email protected]> * Pawel Laszczak <[email protected]> */ -#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; /** |
