]> git.baikalelectronics.ru Git - kernel.git/commit
cpts: fix build error by removing useless code.
authorRichard Cochran <richardcochran@gmail.com>
Sun, 23 Dec 2012 21:19:09 +0000 (21:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Dec 2012 22:15:09 +0000 (14:15 -0800)
commit8fa57451267c795c506fcadf063da3673d83af0d
treeb56613a3b5eb22ad90961c53c7cc5ba9addff6c3
parent930d802273e5b484a34f9749d155e352a53ddd4c
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>
drivers/net/ethernet/ti/cpts.c
drivers/net/ethernet/ti/cpts.h