From 810bad6e055cdda9a72ff15f59fe497f5ae81606 Mon Sep 17 00:00:00 2001 From: Tanzir Hasan Date: Tue, 19 Dec 2023 22:10:52 +0000 Subject: [PATCH] platform/x86: hp-bioscfg: Removed needless asm-generic asm-generic/posix-types.h is obtained through bioscfg.h so there is no need to include it. It is also an asm-generic file which should be avoided if possible. Suggest-by: Al Viro Signed-off-by: Tanzir Hasan Reviewed-by: Nick Desaulniers Tested-by: Nick Desaulniers Link: https://lore.kernel.org/r/20231219-hp-password-v1-1-052fe7b6b7f1@google.com Signed-off-by: Hans de Goede --- drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c b/drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c index 03d0188804baf..f7efe217a4bb5 100644 --- a/drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c +++ b/drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c @@ -7,7 +7,6 @@ */ #include "bioscfg.h" -#include GET_INSTANCE_ID(password); /* -- 2.30.2