Re: [PATCH 2/2] [RESEND] console: implement lockdep support for console_lock

From: Jani Nikula
Date: Tue Sep 18 2012 - 03:29:48 EST


On Tue, 18 Sep 2012, Daniel Vetter <daniel.vetter@xxxxxxxx> wrote:
> +#ifdef CONFIG_LOCKDEP
> +struct lockdep_map console_lock_dep_map = {
> + .name = "console_lock"
> +};
> +#endif

static?


BR,
Jani.
--
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/