ChangeSet 1.1276.22.34, 2003/08/22 16:47:12-07:00, [EMAIL PROTECTED] [PATCH] USB: version.h cleanup 2 of 4
I used a combination of: egrep -l 'UTS_RELEASE|LINUX_VERSION_CODE|\<KERNEL_VERSION\>' and "grep -l linux/version.h" to find them. They compiled as module/non-module for me. The previous patch adds version.h, btw. drivers/usb/host/ehci-hcd.c | 1 - 1 files changed, 1 deletion(-) diff -Nru a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c --- a/drivers/usb/host/ehci-hcd.c Tue Sep 2 12:46:00 2003 +++ b/drivers/usb/host/ehci-hcd.c Tue Sep 2 12:46:00 2003 @@ -41,7 +41,6 @@ #include <linux/usb.h> #include <linux/moduleparam.h> -#include <linux/version.h> #include "../core/hcd.h" #include <asm/byteorder.h> ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
