Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a32f3926 authored by Tejun Heo's avatar Tejun Heo
Browse files

eeepc-wmi: include slab.h



eeepc-wmi uses kfree() but doesn't include slab.h.  Include it.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Cc: Yong Wang <yong.y.wang@intel.com>
parent 336f5899
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/input.h>
#include <linux/input/sparse-keymap.h>
#include <acpi/acpi_bus.h>