Re: AVR32 architecture patch against Linux 2.6.18-rc1 available

From: Russell King
Date: Thu Jul 06 2006 - 11:15:31 EST


On Thu, Jul 06, 2006 at 12:43:15PM +0200, Haavard Skinnemoen wrote:
> On Thu, 06 Jul 2006 11:58:13 +0200
> Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote:
> > > +EXPORT_SYMBOL(clk_get);
> > > +EXPORT_SYMBOL(clk_put);
> > > +EXPORT_SYMBOL(clk_enable);
> > > +EXPORT_SYMBOL(clk_disable);
> > > +EXPORT_SYMBOL(clk_get_rate);
> > > +EXPORT_SYMBOL(clk_round_rate);
> > > +EXPORT_SYMBOL(clk_set_rate);
> > > +EXPORT_SYMBOL(clk_set_parent);
> > > +EXPORT_SYMBOL(clk_get_parent);
> >
> > probably wants to be _GPL exports anyway
>
> If so, ARM should probably be converted as well. On SH, they are
> actually _GPL exports.

That depends if you consider them to be a low level API or not. I don't.
They're staying as non-GPL on ARM, thanks.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/