Re: [PATCH 1/1] pinctrl: generic: Fix compilation error

From: Linus Walleij
Date: Wed Mar 13 2013 - 14:15:23 EST


On Wed, Mar 13, 2013 at 12:43 PM, Sachin Kamat <sachin.kamat@xxxxxxxxxx> wrote:

> The function definition of pinconf_generic_dump_config is defined
> under CONFIG_DEBUG_FS macro. Define the declaration too under this macro.
>
> Without this patch we get the following build error:
> drivers/built-in.o: In function `pcs_pinconf_config_dbg_show':
> drivers/pinctrl/pinctrl-single.c:726: undefined reference to
> `pinconf_generic_dump_config'
>
> Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx>

Thanks, applied to my fixes branch.

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/