[PATCH 1/2] staging: dgap: Fix build errors

Greg KH gregkh at linuxfoundation.org
Fri Aug 30 18:30:01 UTC 2013


On Thu, Aug 29, 2013 at 03:36:54PM +0530, Sachin Kamat wrote:
> Fixes the following compilation errors:
> drivers/staging/dgap/dgap_driver.c:423:3: error:
> implicit declaration of function ‘kfree’ [-Werror=implicit-function-declaration]
> kfree(dgap_config_buf);
> ^
> drivers/staging/dgap/dgap_driver.c: In function ‘dgap_driver_kzmalloc’:
> drivers/staging/dgap/dgap_driver.c:940:3: error: implicit
> declaration of function ‘kmalloc’ [-Werror=implicit-function-declaration]
> 
> Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
> ---
>  drivers/staging/dgap/dgap_driver.c |    1 +
>  1 file changed, 1 insertion(+)

This patch no longer applies, sorry.

greg k-h


More information about the devel mailing list