diff options
author | Yihao Han <hanyihao@vivo.com> | 2022-09-19 04:15:18 -0700 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2022-09-19 14:44:30 +0200 |
commit | 8755e675a88680e15cfcc447b8d2de41e7fe8071 (patch) | |
tree | 49dbd08f68f176eac6395a9104bd98d4ee280a68 /drivers/platform | |
parent | 2a2565272a3628e45d61625e36ef17af7af4e3de (diff) |
platform/x86: toshiba_acpi: Remove duplicate include
Remove duplicate include in toshiba_acpi.c.
Signed-off-by: Yihao Han <hanyihao@vivo.com>
Link: https://lore.kernel.org/r/20220919111519.19491-1-hanyihao@vivo.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/toshiba_acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c index 64a0088551fa..4ab0bd34d397 100644 --- a/drivers/platform/x86/toshiba_acpi.c +++ b/drivers/platform/x86/toshiba_acpi.c @@ -39,7 +39,6 @@ #include <linux/workqueue.h> #include <linux/i8042.h> #include <linux/acpi.h> -#include <linux/dmi.h> #include <linux/uaccess.h> #include <linux/miscdevice.h> #include <linux/rfkill.h> |