commit | dd13fbd9d8562c8e6845cd87a3a1a9d372618d96 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Mar 01 14:44:35 2015 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed May 06 11:58:58 2015 +0100 |
tree | 72e9885b58c17f4cde957117df734747d2b605a6 | |
parent | 8a7711fccce90b14bbab413c8534af883a506041 [diff] |
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>