[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <170141986885.3198881.10423861649737982177.b4-ty@kernel.org>
Date: Fri, 01 Dec 2023 09:37:48 +0100
From: Maxime Ripard <mripard@...nel.org>
To: dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
Donald Robson <donald.robson@...tec.com>
Cc: matt.coster@...tec.com, frank.binns@...tec.com,
boris.brezillon@...labora.com, maarten.lankhorst@...ux.intel.com,
tzimmermann@...e.de, airlied@...il.com, daniel@...ll.ch,
Arnd Bergmann <arnd@...db.de>,
kernel test robot <lkp@...el.com>
Subject: Re: (subset) [PATCH v2 3/5] drm/imagination:
pvr_device_process_active_queues now static
On Thu, 30 Nov 2023 16:00:15 +0000, Donald Robson wrote:
> The function below is used only within this source file, but is not static.
>
> >> drivers/gpu/drm/imagination/pvr_device.c:129:6: warning: no previous prototype for function 'pvr_device_process_active_queues' [-Wmissing-prototypes]
> 129 | void pvr_device_process_active_queues(struct pvr_device *pvr_dev)
> | ^
> drivers/gpu/drm/imagination/pvr_device.c:129:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
> 129 | void pvr_device_process_active_queues(struct pvr_device *pvr_dev)
> | ^
> | static
> 1 warning generated.
>
> [...]
Applied to drm/drm-misc (drm-misc-next).
Thanks!
Maxime
Powered by blists - more mailing lists