All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: hp-bioscfg: Removed needless asm-generic
@ 2023-12-19 22:10 Tanzir Hasan
  2023-12-20 19:24 ` Nick Desaulniers
  0 siblings, 1 reply; 3+ messages in thread
From: Tanzir Hasan @ 2023-12-19 22:10 UTC (permalink / raw)
  To: Jorge Lopez, Hans de Goede, Ilpo Järvinen
  Cc: platform-driver-x86, linux-kernel, Al Viro, Tanzir Hasan

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@zeniv.linux.org.uk>
Signed-off-by: Tanzir Hasan <tanzirh@google.com>
---
 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@google.com>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-21 13:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-19 22:10 [PATCH] platform/x86: hp-bioscfg: Removed needless asm-generic Tanzir Hasan
2023-12-20 19:24 ` Nick Desaulniers
2023-12-21 13:04   ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.