- usb-protect-hcdh-from-multiple-inclusions.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     usb: protect hcd.h from multiple inclusions
has been removed from the -mm tree.  Its filename was
     usb-protect-hcdh-from-multiple-inclusions.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: usb: protect hcd.h from multiple inclusions
From: Anton Vorontsov <avorontsov@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxx>
Cc: Greg KH <greg@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/usb/core/hcd.h |    4 ++++
 1 file changed, 4 insertions(+)

diff -puN drivers/usb/core/hcd.h~usb-protect-hcdh-from-multiple-inclusions drivers/usb/core/hcd.h
--- a/drivers/usb/core/hcd.h~usb-protect-hcdh-from-multiple-inclusions
+++ a/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_
 extern unsigned long usb_hcds_loaded;
 
 #endif /* __KERNEL__ */
+
+#endif /* __USB_CORE_HCD_H */
_

Patches currently in -mm which might be from avorontsov@xxxxxxxxxxxxx are

add-new-framebuffer-driver-for-fujitsu-mb862xx-gdcs.patch
add-new-framebuffer-driver-for-fujitsu-mb862xx-gdcs-fix-2.patch
linux-next.patch
gpio-adding-new-xilinx-driver.patch
gpio-adding-new-xilinx-driver-update.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux