ARM: lpc32xx: convert to use clkdev_add_table()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Mar 2015 14:44:35 +0000 (14:44 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 6 May 2015 10:58:58 +0000 (11:58 +0100)
commitdd13fbd9d8562c8e6845cd87a3a1a9d372618d96
tree72e9885b58c17f4cde957117df734747d2b605a6
parent8a7711fccce90b14bbab413c8534af883a506041
ARM: lpc32xx: convert to use clkdev_add_table()

We have always had an efficient way of registering a table of clock
lookups - it's called clkdev_add_table().  However, some people seem
to really love writing inefficient and unnecessary code.

Convert LPC32xx to use the correct interface.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-lpc32xx/clock.c
This page took 0.025129 seconds and 5 git commands to generate.