Hi all,

a couple of changes to omap_clk_associate,

On Sat, Oct 25, 2008 at 11:03:50PM +0300, Felipe Balbi wrote:
> > +void omap_clk_associate(const char *id, struct device *dev);

This i changed to omap_clk_associate(struct device *dev, const char *id)
as it looks closer to clk_get().

> > +           list_for_each_entry(d, &p->consumers, node) {

The list_head in struct device was changed to a klist. I already fixed
the patches. Will test them tomorrow afternoon and send the new version
here.

I'll also Cc Greg as there's a symbol from driver core that would be useful
to get it exported.

-- 
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to