diff options
| author | Tejun Heo <tj@kernel.org> | 2010-04-04 22:37:59 -0400 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2010-04-04 22:37:59 -0400 |
| commit | a32f3926632e71c8aa23ce32fe2625f8d5f792c2 (patch) | |
| tree | b78a60487564299da3209d46d5f8a34e29d41a01 | |
| parent | 336f5899d287f06d8329e208fc14ce50f7ec9698 (diff) | |
eeepc-wmi: include slab.h
eeepc-wmi uses kfree() but doesn't include slab.h. Include it.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Yong Wang <yong.y.wang@intel.com>
| -rw-r--r-- | drivers/platform/x86/eeepc-wmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/eeepc-wmi.c b/drivers/platform/x86/eeepc-wmi.c index 2466b7b7fb0e..9f8822658fd7 100644 --- a/drivers/platform/x86/eeepc-wmi.c +++ b/drivers/platform/x86/eeepc-wmi.c | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <linux/module.h> | 27 | #include <linux/module.h> |
| 28 | #include <linux/init.h> | 28 | #include <linux/init.h> |
| 29 | #include <linux/types.h> | 29 | #include <linux/types.h> |
| 30 | #include <linux/slab.h> | ||
| 30 | #include <linux/input.h> | 31 | #include <linux/input.h> |
| 31 | #include <linux/input/sparse-keymap.h> | 32 | #include <linux/input/sparse-keymap.h> |
| 32 | #include <acpi/acpi_bus.h> | 33 | #include <acpi/acpi_bus.h> |
