From: Tejun Heo Date: Mon, 5 Apr 2010 02:37:59 +0000 (+0900) Subject: eeepc-wmi: include slab.h X-Git-Tag: v2.6.34-rc4~71^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a32f3926632e71c8aa23ce32fe2625f8d5f792c2;p=linux-2.6-block.git eeepc-wmi: include slab.h eeepc-wmi uses kfree() but doesn't include slab.h. Include it. Signed-off-by: Tejun Heo Cc: Yong Wang --- 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 @@ #include #include #include +#include #include #include #include