提交 7d7917bc 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

USB: oti6858: declare send_data() as static

Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册