Re: [PATCH] KEYS: trusted: tee: fix build error due to missing include
From: Jarkko Sakkinen <jarkko@kernel.org>
Date: 2021-03-17 21:58:56
Also in:
keyrings, linux-security-module, lkml
From: Jarkko Sakkinen <jarkko@kernel.org>
Date: 2021-03-17 21:58:56
Also in:
keyrings, linux-security-module, lkml
On Wed, Mar 17, 2021 at 03:29:05PM +0100, Ahmad Fatoum wrote:
MODULE_DEVICE_TABLE is defined in <linux/module.h>, which is not included. Add the include to fix the build error its lack caused. Cc: Sumit Garg <redacted> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Hi, I appreciate your work, thanks for taking action, but unfortunately I already incorporated this fix to the original patch. /Jarkko