diff options
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 <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;  /**  | 
