mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
USB: oti6858: declare send_data() as static
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
277aa97254
commit
7d7917bcbd
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user