Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348022
b: refs/heads/master
c: cbc44db
h: refs/heads/master
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Dec 26, 2012
1 parent 3b85a0d commit f493f8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 143cdd8f33909ff5a153e3f02048738c5964ba26
refs/heads/master: cbc44dbe1fc5df0959bf075405dcef07989fed37
1 change: 0 additions & 1 deletion trunk/drivers/net/ethernet/ti/cpts.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ static void cpts_clk_init(struct cpts *cpts)
return;
}
clk_enable(cpts->refclk);
cpts->freq = cpts->refclk->recalc(cpts->refclk);
}

static void cpts_clk_release(struct cpts *cpts)
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/ethernet/ti/cpts.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ struct cpts {
struct delayed_work overflow_work;
int phc_index;
struct clk *refclk;
unsigned long freq;
struct list_head events;
struct list_head pool;
struct cpts_event pool_data[CPTS_MAX_EVENTS];
Expand Down

0 comments on commit f493f8f

Please sign in to comment.