Re: [PATCH 3/7] ARM: pinctrl: sunxi: Add the pinctrl pin set for sun5i

From: Linus Walleij
Date: Fri Jan 18 2013 - 14:26:08 EST


On Tue, Jan 8, 2013 at 10:43 PM, Maxime Ripard
<maxime.ripard@xxxxxxxxxxxxxxxxxx> wrote:

> Since the Allwinner SoCs variants don't have the same set of pins to
> handle, we need to declare the pin ranges available.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx>
(...)
> static struct of_device_id sunxi_pinctrl_match[] __devinitconst = {

I think __devinitconst is also deprecated.

> + { .compatible = "allwinner,sun5i-a13-pinctrl", .data = (void *)&sun5i_a13_pinctrl_data },
> {}
> };
> MODULE_DEVICE_TABLE(of, sunxi_pinctrl_match);

Aha so the match table is in the subdrivers, hm.... OK.

Yours,
Linus Walleij
--
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/