Commit 7d7917bc authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

USB: oti6858: declare send_data() as static

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 277aa972
......@@ -295,7 +295,7 @@ static void setup_line(struct work_struct *work)
}
}
void send_data(struct work_struct *work)
static void send_data(struct work_struct *work)
{
struct oti6858_private *priv = container_of(work,
struct oti6858_private, delayed_write_work.work);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment