lkml.org 
[lkml]   [2005]   [Jun]   [20]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 20 Jun 2005 13:53:50 +0900
FromGOTO Masanori <>
Subject[PATCH] headers 3/4: Include linux/types.h for usb_ch9.h
This patch for 2.6.12 usb_ch9.h includes linux/types.h instead of
asm/types.h so that __le16 and so on is explicitly defined.  It also
cleans up non standard // comment.
Signed-off-by: GOTO Masanori <gotom@debian.or.jp>

Regards,
-- gotom


 usb_ch9.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
--- linux-2.6.12/include/linux/usb_ch9.h	2005-06-18 04:48:29.000000000 +0900
+++ linux-2.6.12.gotom/include/linux/usb_ch9.h	2005-06-20 13:12:26.872815138 +0900
@@ -16,7 +16,7 @@
 #ifndef __LINUX_USB_CH9_H
 #define __LINUX_USB_CH9_H
 
-#include <asm/types.h>		/* __u8 etc */
+#include <linux/types.h>	/* __u8 etc */
 
 /*-------------------------------------------------------------------------*/
 
@@ -268,8 +268,8 @@ struct usb_endpoint_descriptor {
 	__le16 wMaxPacketSize;
 	__u8  bInterval;
 
-	// NOTE:  these two are _only_ in audio endpoints.
-	// use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof.
+	/* NOTE:  these two are _only_ in audio endpoints. */
+	/* use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. */
 	__u8  bRefresh;
 	__u8  bSynchAddress;
 } __attribute__ ((packed));
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-06-20 05:02    [from the cache]
©2003-2008