Commit a32f3926 authored by Tejun Heo's avatar Tejun Heo

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment