mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
USB: chipidea: add guard macro to ci_hdrc_imx.h
Add guard macro to driver/usb/chipidea/ci_hdrc_imx.h Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5995b28316
commit
292abc90f2
@ -9,6 +9,9 @@
|
||||
* http://www.gnu.org/copyleft/gpl.html
|
||||
*/
|
||||
|
||||
#ifndef __DRIVER_USB_CHIPIDEA_CI_HDRC_IMX_H
|
||||
#define __DRIVER_USB_CHIPIDEA_CI_HDRC_IMX_H
|
||||
|
||||
struct imx_usbmisc_data {
|
||||
int index;
|
||||
|
||||
@ -18,3 +21,5 @@ struct imx_usbmisc_data {
|
||||
|
||||
int imx_usbmisc_init(struct imx_usbmisc_data *);
|
||||
int imx_usbmisc_init_post(struct imx_usbmisc_data *);
|
||||
|
||||
#endif /* __DRIVER_USB_CHIPIDEA_CI_HDRC_IMX_H */
|
||||
|
Loading…
Reference in New Issue
Block a user