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.
Build tested.
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
* 16bit calling interface
****************************************************************/
-int
+static int
process_scsi_op(struct disk_op_s *op)
{
if (!CONFIG_USB_MSC)
struct usb_pipe;
int usb_msc_init(struct usb_pipe *pipe
, struct usb_interface_descriptor *iface, int imax);
-int process_usb_op(struct disk_op_s *op);
/****************************************************************