[PATCH 6/9] USB: net2280 can't have a function called show_registers() [try #6]

2007-11-13 Thread David Howells
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 <[EMAIL

[PATCH 6/9] USB: net2280 can't have a function called show_registers() [try #6]

2007-11-13 Thread David Howells
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 [EMAIL