Re: [PATCH] pcmcia: include cs_internal.h for missing declarations

From: Dominik Brodowski
Date: Thu Nov 21 2019 - 05:03:33 EST


On Thu, Oct 17, 2019 at 12:40:59PM +0100, Ben Dooks (Codethink) wrote:
> Include cs_internal.h (and pcmcia/cistpl.h as required by
> cs_internal.h) for the declearions of cb_alloc and cb_free
> to silence the following sparse warnings;
>
> drivers/pcmcia/cardbus.c:64:11: warning: symbol 'cb_alloc' was not declared. Should it be static?
> drivers/pcmcia/cardbus.c:103:6: warning: symbol 'cb_free' was not declared. Should it be static?

Applied to the pcmcia tree (but with ":" instead of ";")

Thanks,
Dominik