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:
Bill Pemberton 2010-04-28 16:59:35 -04:00 committed by Greg Kroah-Hartman
parent 277aa97254
commit 7d7917bcbd

View file

@ -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);