Skip to content

Commit

Permalink
USB: oti6858: declare send_data() as static
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 277aa97 commit 7d7917b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/serial/oti6858.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7d7917b

Please sign in to comment.