summaryrefslogtreecommitdiff
path: root/arch/arm/mach-lpc32xx/clock.h
AgeCommit message (Collapse)AuthorFilesLines
2016-10-25ARM: lpc32xx: remove unused header file clock.hVladimir Zapolskiy1-38/+0
The removed clock.h file is a leftover after moving the platform to a common clock framework driver, it contains unused "struct clk" definition, which under circumstances may coalesce with a generic "struct clk" declaration for clock consumers. Also remove useless include of the removed local file from a single source file mach-lpc32xx/pm.c. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: Sylvain Lemieux <slemieux.tyco@gmail.com>
2010-07-27ARM: LPC32XX: Clock driverKevin Wells1-0/+38
Clock driver for the LPC32XX architecture Signed-off-by: Kevin Wells <wellsk40@gmail.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>