Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354712
b: refs/heads/master
c: de9c630
h: refs/heads/master
v: v3
  • Loading branch information
Arvid Brodin authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent 62ebe44 commit 2762e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6992819feb39cb9adac72170555d957d07f869f2
refs/heads/master: de9c6307c0cdf24a08facbc808fe3989a145c93a
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/isp1760-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ static void enqueue_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh)
}
}

void schedule_ptds(struct usb_hcd *hcd)
static void schedule_ptds(struct usb_hcd *hcd)
{
struct isp1760_hcd *priv;
struct isp1760_qh *qh, *qh_next;
Expand Down Expand Up @@ -1285,7 +1285,7 @@ static irqreturn_t isp1760_irq(struct usb_hcd *hcd)
#define SLOT_CHECK_PERIOD 200
static struct timer_list errata2_timer;

void errata2_function(unsigned long data)
static void errata2_function(unsigned long data)
{
struct usb_hcd *hcd = (struct usb_hcd *) data;
struct isp1760_hcd *priv = hcd_to_priv(hcd);
Expand Down

0 comments on commit 2762e9e

Please sign in to comment.