From: GOTO Masanori Date: Wed, 29 Jun 2005 03:45:05 +0000 (-0700) Subject: [PATCH] headers: include linux/types.h for usb_ch9.h X-Git-Tag: v2.6.13-rc1~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cceb4d13abaedbd52e54053367c793ed4aedb6b;p=pandora-kernel.git [PATCH] headers: include linux/types.h for usb_ch9.h This patch for 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 Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed