platform/x86: fujitsu-laptop: Do not include linux/slab.h
authorMichał Kępień <kernel@kempniu.pl>
Sun, 11 Feb 2018 21:07:25 +0000 (22:07 +0100)
committerDarren Hart (VMware) <dvhart@infradead.org>
Sat, 24 Feb 2018 21:37:36 +0000 (13:37 -0800)
commit7e6f97959abedcf75d1f11989eca43a3ddc4965d
tree8c256238f922f82786fcb11a7e477cfb0bbd8977
parent6cb1192f5615fdfc4d4cb8ab4d911e4e758689f4
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ń <kernel@kempniu.pl>
Reviewed-by: Jonathan Woithe <jwoithe@just42.net>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/fujitsu-laptop.c