From: Michał Kępień Date: Sun, 11 Feb 2018 21:07:25 +0000 (+0100) Subject: platform/x86: fujitsu-laptop: Do not include linux/slab.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7e6f97959abedcf75d1f11989eca43a3ddc4965d;p=linux.git platform/x86: fujitsu-laptop: Do not include linux/slab.h Do not include linux/slab.h as all module code now uses managed memory allocations and thus neither k*alloc() nor kfree() is used. Signed-off-by: Michał Kępień Reviewed-by: Jonathan Woithe Signed-off-by: Darren Hart (VMware) --- diff --git a/drivers/platform/x86/fujitsu-laptop.c b/drivers/platform/x86/fujitsu-laptop.c index 7888b779d6c57..17779b8b7f304 100644 --- a/drivers/platform/x86/fujitsu-laptop.c +++ b/drivers/platform/x86/fujitsu-laptop.c @@ -61,7 +61,6 @@ #include #include #include -#include #include #define FUJITSU_DRIVER_VERSION "0.6.0"