[PATCH] usb-storage: do not rebuild when kernel version changes
authorSam Ravnborg <sam@ravnborg.org>
Mon, 5 Mar 2007 08:30:55 +0000 (00:30 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 5 Mar 2007 15:57:54 +0000 (07:57 -0800)
commit00f8b0c1856447186f4d28a00c9ad955c566371d
treeeb189db19c291a6952caa81b1c47310a0ff3ba0c
parentf9c99463b0cd05603d125c915e2886d55a686b82
[PATCH] usb-storage: do not rebuild when kernel version changes

Replacing use of UTS_RELEASE with utsname()->release avoids that the
usb-storage driver is recompiled each time the kernel version changes.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/storage/usb.c