summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/cpts.h
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-12-23 21:19:09 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-12-26 22:15:09 (GMT)
commitcbc44dbe1fc5df0959bf075405dcef07989fed37 (patch)
treeb56613a3b5eb22ad90961c53c7cc5ba9addff6c3 /drivers/net/ethernet/ti/cpts.h
parent143cdd8f33909ff5a153e3f02048738c5964ba26 (diff)
downloadlinux-fsl-qoriq-cbc44dbe1fc5df0959bf075405dcef07989fed37.tar.xz
cpts: fix build error by removing useless code.
The cpts driver tries to obtain the input clock frequency by calling the clock's internal 'recalc' method. Since <plat/clock.h> has been removed, this code can no longer compile. However, the driver never makes use of the frequency value, so this patch fixes the issue by removing the offending code altogether. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/ti/cpts.h')
-rw-r--r--drivers/net/ethernet/ti/cpts.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/ti/cpts.h b/drivers/net/ethernet/ti/cpts.h
index e1bba3a..fe993cd 100644
--- a/drivers/net/ethernet/ti/cpts.h
+++ b/drivers/net/ethernet/ti/cpts.h
@@ -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];