Re: [PATCH 1/2] staging:kpc2000:Fix symbol not declared warning

From: Greg KH
Date: Mon Jul 01 2019 - 04:43:29 EST


On Fri, Jun 28, 2019 at 10:57:23PM +0530, Harsh Jain wrote:
> It fixes "symbol was not declared. Should it be static?"
> sparse warning.
>
> Signed-off-by: Harsh Jain <harshjain32@xxxxxxxxx>
> ---
> drivers/staging/kpc2000/kpc_i2c/i2c_driver.c | 4 ++--

This file isn't even in the linux-next tree at all, it has moved weeks
ago.

Always be sure to work against linux-next so that you do not create
things that are not able to be accepted.

thanks,

greg k-h