[PATCH] platform/x86: hp-bioscfg: Removed needless asm-generic

From: Tanzir Hasan
Date: Tue Dec 19 2023 - 17:15:15 EST


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 <viro@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Tanzir Hasan <tanzirh@xxxxxxxxxx>
---
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 03d0188804ba..f7efe217a4bb 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 <asm-generic/posix_types.h>

GET_INSTANCE_ID(password);
/*

---
base-commit: 3fb7c66ac51a87984e043d9f47b7a509e3f53906
change-id: 20231219-hp-password-19068dc438b5

Best regards,
--
Tanzir Hasan <tanzirh@xxxxxxxxxx>