Skip to content

Commit

Permalink
usb: misc: usb3503_probe() can be static
Browse files Browse the repository at this point in the history
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Fengguang Wu authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent c030499 commit 74ff31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/misc/usb3503.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ static int usb3503_switch_mode(struct usb3503 *hub, enum usb3503_mode mode)
return err;
}

int usb3503_probe(struct i2c_client *i2c, const struct i2c_device_id *id)
static int usb3503_probe(struct i2c_client *i2c, const struct i2c_device_id *id)
{
struct usb3503_platform_data *pdata = i2c->dev.platform_data;
struct usb3503 *hub;
Expand Down

0 comments on commit 74ff31b

Please sign in to comment.