[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <71da620b-d590-282a-0e27-2d6fa2902e6e@quicinc.com>
Date: Fri, 12 Apr 2024 09:56:47 -0600
From: Jeffrey Hugo <quic_jhugo@...cinc.com>
To: Arnd Bergmann <arnd@...nel.org>, Oded Gabbay <ogabbay@...nel.org>,
"Jacek
Lawrynowicz" <jacek.lawrynowicz@...ux.intel.com>,
"Pranjal Ramajor Asha
Kanojiya" <quic_pkanojiy@...cinc.com>,
Carl Vanderlip
<quic_carlv@...cinc.com>
CC: Arnd Bergmann <arnd@...db.de>, <linux-arm-msm@...r.kernel.org>,
<dri-devel@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] accel/qaic: mark debugfs stub functions as static inline
On 4/9/2024 7:39 AM, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@...db.de>
>
> The alternative stub functions are listed as global, which produces
> a build failure in some configs:
>
> In file included from drivers/accel/qaic/qaic_drv.c:31:
> drivers/accel/qaic/qaic_debugfs.h:16:5: error: no previous prototype for 'qaic_bootlog_register' [-Werror=missing-prototypes]
> 16 | int qaic_bootlog_register(void) { return 0; }
> | ^~~~~~~~~~~~~~~~~~~~~
> drivers/accel/qaic/qaic_debugfs.h:17:6: error: no previous prototype for 'qaic_bootlog_unregister' [-Werror=missing-prototypes]
> 17 | void qaic_bootlog_unregister(void) {}
> | ^~~~~~~~~~~~~~~~~~~~~~~
> drivers/accel/qaic/qaic_debugfs.h:18:6: error: no previous prototype for 'qaic_debugfs_init' [-Werror=missing-prototypes]
> 18 | void qaic_debugfs_init(struct qaic_drm_device *qddev) {}
> | ^~~~~~~~~~~~~~~~~
>
> Make them static inline as intended.
>
> Fixes: 5f8df5c6def6 ("accel/qaic: Add bootlog debugfs")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Pushed to drm-misc-next
-Jeff
Powered by blists - more mailing lists