[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a32tvPkYEiZMWxg+7weoAmZFPF31t2jw132f963ZeB_gQ@mail.gmail.com>
Date: Thu, 25 Jul 2019 16:45:05 +0200
From: Arnd Bergmann <arnd@...db.de>
To: Bartosz Golaszewski <brgl@...ev.pl>
Cc: Sekhar Nori <nsekhar@...com>, Kevin Hilman <khilman@...nel.org>,
David Lechner <david@...hnology.com>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Bartosz Golaszewski <bgolaszewski@...libre.com>
Subject: Re: [PATCH v2 1/5] staging: media/davinci_vpfe: fix pinmux setup compilation
On Thu, Jul 25, 2019 at 3:13 PM Bartosz Golaszewski <brgl@...ev.pl> wrote:
>
> From: Arnd Bergmann <arnd@...db.de>
>
> This fixes the following build error in davinci_vpfe.
>
> /git/arm-soc/drivers/staging/media/davinci_vpfe/dm365_isif.c: In function 'vpfe_isif_init':
> /git/arm-soc/drivers/staging/media/davinci_vpfe/dm365_isif.c:2031:2: error: implicit declaration of function 'davinci_cfg_reg'; did you mean 'omap_cfg_reg'? [-Werror=implicit-function-declaration]
> davinci_cfg_reg(DM365_VIN_CAM_WEN);
> ^~~~~~~~~~~~~~~
> omap_cfg_reg
> /git/arm-soc/drivers/staging/media/davinci_vpfe/dm365_isif.c:2031:18: error: 'DM365_VIN_CAM_WEN' undeclared (first use in this function); did you mean 'DM365_ISIF_MAX_CLDC'?
> davinci_cfg_reg(DM365_VIN_CAM_WEN);
> ^~~~~~~~~~~~~~~~~
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@...libre.com>
> ---
> drivers/staging/media/davinci_vpfe/Makefile | 5 -----
> drivers/staging/media/davinci_vpfe/dm365_isif.c | 8 +++-----
> drivers/staging/media/davinci_vpfe/dm365_isif.h | 2 --
> drivers/staging/media/davinci_vpfe/vpfe.h | 2 ++
> 4 files changed, 5 insertions(+), 12 deletions(-)
The driver has just been removed, so you can drop the patch now.
Arnd
Powered by blists - more mailing lists