Re: [PATCH] staging/ccree: Declare compiled out fuctions static inline

From: Rishabh Hardas
Date: Tue Aug 22 2017 - 09:44:49 EST


On Wed, Aug 16, 2017 at 03:09:09PM -0700, Greg KH wrote:
> On Mon, Jul 31, 2017 at 02:47:23PM +0530, RishabhHardas wrote:
> > From: RishabhHardas <rishabhhardas@xxxxxxxxx>
> >
> > Sparse was giving out a warning for symbols 'cc_set_ree_fips_status' and 'fips_handler'
> > that they were not declared and need to be made static. This patch makes both the symbols
> > static inline, to remove the warnings.
> >
> > Signed-off-by: RishabhHardas <rishabhhardas@xxxxxxxxx>
>
> I doubt you sign your name on legal documents without a ' ' somewhere in
> it :(
>
> Please fix up and resend.
>
> thanks,
>
> greg k-h