[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190503062239.GB319@kroah.com>
Date: Fri, 3 May 2019 08:22:39 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Nathan Chancellor <natechancellor@...il.com>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: kpc2000: kpc_spi: Fix build error for
{read,write}q
On Thu, May 02, 2019 at 07:06:30PM -0700, Nathan Chancellor wrote:
> drivers/staging/kpc2000/kpc_spi/spi_driver.c:158:11: error: implicit
> declaration of function 'readq' [-Werror,-Wimplicit-function-declaration]
> drivers/staging/kpc2000/kpc_spi/spi_driver.c:167:5: error: implicit
> declaration of function 'writeq' [-Werror,-Wimplicit-function-declaration]
>
> Same as commit 91b6cb7216cd ("staging: kpc2000: fix up build problems
> with readq()").
>
> Signed-off-by: Nathan Chancellor <natechancellor@...il.com>
> ---
> drivers/staging/kpc2000/kpc_spi/spi_driver.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/staging/kpc2000/kpc_spi/spi_driver.c b/drivers/staging/kpc2000/kpc_spi/spi_driver.c
> index 074a578153d0..3ace4e5c1284 100644
> --- a/drivers/staging/kpc2000/kpc_spi/spi_driver.c
> +++ b/drivers/staging/kpc2000/kpc_spi/spi_driver.c
> @@ -10,6 +10,7 @@
> #include <linux/kernel.h>
> #include <linux/init.h>
> #include <linux/interrupt.h>
> +#include <linux/io-64-nonatomic-lo-hi.h>
> #include <linux/module.h>
> #include <linux/device.h>
> #include <linux/delay.h>
> --
> 2.21.0
Ah, good catch, I missed this file, sorry.
greg k-h
Powered by blists - more mailing lists