diff options
author | Tanzir Hasan <tanzirh@google.com> | 2023-12-20 01:10:52 +0300 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2023-12-28 12:06:44 +0300 |
commit | 810bad6e055cdda9a72ff15f59fe497f5ae81606 (patch) | |
tree | 3c7a6f47f112ef3baa3df5898a815fc63e82de5a /drivers/platform | |
parent | 3748dfdae2a6bedc64ec7d2b17c9a58dc01c2700 (diff) | |
download | linux-810bad6e055cdda9a72ff15f59fe497f5ae81606.tar.xz |
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 <viro@zeniv.linux.org.uk>
Signed-off-by: Tanzir Hasan <tanzirh@google.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Tested-by: Nick Desaulniers <ndesaulniers@google.com>
Link: https://lore.kernel.org/r/20231219-hp-password-v1-1-052fe7b6b7f1@google.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); /* |