]> git.baikalelectronics.ru Git - kernel.git/commit
i2c-davinci: convert clock usage after clkdev conversion
authorKevin Hilman <khilman@deeprootsystems.com>
Mon, 6 Jul 2009 22:48:35 +0000 (15:48 -0700)
committerBen Dooks <ben-linux@fluff.org>
Tue, 14 Jul 2009 23:03:56 +0000 (00:03 +0100)
commite2233b7010ce64a752aa14f967a3c063071167f9
tree6364fc34263736dfe1e04c731574f4edebdafe31
parent18f39e1a285ba63869bb4f929709e8a20d5dc749
i2c-davinci: convert clock usage after clkdev conversion

DaVinci core code has converted to the new clkdev API so
clock name strings are not needed.  Instead, just the a
'struct device' pointer is needed.

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/i2c-davinci.c