From: Ahmad Fatoum <a.fatoum@pengutronix.de> Date: 2021-03-17 14:31:04
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>
---
security/keys/trusted-keys/trusted_tee.c | 1 +
1 file changed, 1 insertion(+)
From: Jarkko Sakkinen <jarkko@kernel.org> Date: 2021-03-17 21:58:56
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
From: Ahmad Fatoum <a.fatoum@pengutronix.de> Date: 2021-03-18 07:07:37
Hi Jarkko,
On 17.03.21 22:57, Jarkko Sakkinen wrote:
On Wed, Mar 17, 2021 at 03:29:05PM +0100, Ahmad Fatoum wrote:
quoted
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.