]> git.baikalelectronics.ru Git - kernel.git/commit
cpts: Fix build error caused by include of plat/clock.h
authorTony Lindgren <tony@atomide.com>
Thu, 13 Dec 2012 11:36:41 +0000 (11:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Dec 2012 18:17:57 +0000 (13:17 -0500)
commit117fe1275e508ce0c3ed3252b9e37dace28ee258
treedd6743aa28720fafebe769d4d3dbfdd0667bdf3f
parentc744aee755b8f11cabd098880aea186bac205d79
cpts: Fix build error caused by include of plat/clock.h

Commit a690156c (cpts: introduce time stamping code and a PTP hardware clock)
mistakenly included plat/clock.h that should not be included by drivers
even if it exists.

Otherwise we get the following error with at least omap2plus_defconfig:

drivers/net/ethernet/ti/cpts.c:30:24: error: plat/clock.h: No such file or directory

Signed-off-by: Tony Lindgren <tony@atomide.com
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpts.c