From: David Howells Date: Fri, 8 Feb 2008 12:19:30 +0000 (-0800) Subject: usb: net2280 can't have a function called show_registers() X-Git-Tag: v2.6.25-rc1~193 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62fb44b9622e4c0e00f31fb27620d97a00ae3dc6;p=pandora-kernel.git usb: net2280 can't have a function called show_registers() net2280 can't have a function called show_registers() because this can produce a namespace clash with an arch function of the same name. All this driver's functions and variables should really be prefixed with "net2280_" to avoid such a problem in future. Signed-off-by: David Howells Cc: Greg KH Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed