USB: Remove __KERNEL__ check from non-exported gadget.h.
Since the header file gadget.h isn't being exported to userspace, there seems to be little point having a __KERNEL__ proprocessor check. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
e61062587d
Коммит
20f590df4f
|
@ -15,8 +15,6 @@
|
||||||
#ifndef __LINUX_USB_GADGET_H
|
#ifndef __LINUX_USB_GADGET_H
|
||||||
#define __LINUX_USB_GADGET_H
|
#define __LINUX_USB_GADGET_H
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
|
||||||
|
|
||||||
struct usb_ep;
|
struct usb_ep;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -848,6 +846,4 @@ extern struct usb_ep *usb_ep_autoconfig(struct usb_gadget *,
|
||||||
|
|
||||||
extern void usb_ep_autoconfig_reset(struct usb_gadget *) __devinit;
|
extern void usb_ep_autoconfig_reset(struct usb_gadget *) __devinit;
|
||||||
|
|
||||||
#endif /* __KERNEL__ */
|
|
||||||
|
|
||||||
#endif /* __LINUX_USB_GADGET_H */
|
#endif /* __LINUX_USB_GADGET_H */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче