Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

headers/prep: Fix non-standard header section: drivers/usb/cdns3/core.h

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ingo Molnar and committed by
Greg Kroah-Hartman
cd33707d 452785d0

+3 -3
+3 -3
drivers/usb/cdns3/core.h
··· 8 8 * Authors: Peter Chen <peter.chen@nxp.com> 9 9 * Pawel Laszczak <pawell@cadence.com> 10 10 */ 11 - #include <linux/usb/otg.h> 12 - #include <linux/usb/role.h> 13 - 14 11 #ifndef __LINUX_CDNS3_CORE_H 15 12 #define __LINUX_CDNS3_CORE_H 13 + 14 + #include <linux/usb/otg.h> 15 + #include <linux/usb/role.h> 16 16 17 17 struct cdns; 18 18