https://github.com/torvalds/linux
Revision cbc44dbe1fc5df0959bf075405dcef07989fed37 authored by Richard Cochran on 23 December 2012, 21:19:09 UTC, committed by David S. Miller on 26 December 2012, 22:15:09 UTC
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>
1 parent 143cdd8
History
Tip revision: cbc44dbe1fc5df0959bf075405dcef07989fed37 authored by Richard Cochran on 23 December 2012, 21:19:09 UTC
cpts: fix build error by removing useless code.
Tip revision: cbc44db
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.8 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 231.8 KB
Makefile -rw-r--r-- 46.9 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top