projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92a78e
)
USB: protect hcd.h from multiple inclusions
author
Anton Vorontsov
<avorontsov@ru.mvista.com>
Wed, 29 Oct 2008 21:25:50 +0000
(14:25 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 7 Jan 2009 17:59:50 +0000
(09:59 -0800)
This will let us use this header in other header files.
Will be needed for the FHCI USB Host driver.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hcd.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/core/hcd.h
b/drivers/usb/core/hcd.h
index 9465e70f4dd0b478aa1318ac1e232a0f8eb29973..d202342b36b6a23a5ec7f069df6c2584a6c328db 100644
(file)
--- a/
drivers/usb/core/hcd.h
+++ b/
drivers/usb/core/hcd.h
@@
-16,6
+16,8
@@
* Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifndef __USB_CORE_HCD_H
+#define __USB_CORE_HCD_H
#ifdef __KERNEL__
@@
-490,3
+492,5
@@
extern struct rw_semaphore ehci_cf_port_reset_rwsem;
extern unsigned long usb_hcds_loaded;
#endif /* __KERNEL__ */
+
+#endif /* __USB_CORE_HCD_H */