On Thu, Feb 09, 2012 at 04:55:30PM +0100, Laszlo Ersek wrote:
Commit 1e749c85 removed the definition of process_usb_op(); let's remove the declaration too.
The same commit added process_scsi_op(). The function has no declaration that is also not a definition, and its only call site is in the same file as the definition. Give the function internal linkage.
Thanks - I committed this change.
-Kevin