From: Jean Delvare Date: Sun, 24 Apr 2011 16:07:55 +0000 (+0200) Subject: acerhdf: Clean up includes X-Git-Tag: v3.0-rc1~4^2^2~11 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=c4bae98c4f913d3220d185c47d8817b5e2bba007;p=~shefty%2Frdma-dev.git acerhdf: Clean up includes * The acerhdf driver isn't an ACPI driver, so it needs not include . All it uses is ec_read() and ec_write(), for which is sufficient. * I couldn't find any reason why and were included. This should avoid unneeded rebuilds of the acerhdf driver. Signed-off-by: Jean Delvare Cc: Peter Feuerer Cc: Matthew Garrett Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/acerhdf.c b/drivers/platform/x86/acerhdf.c index 60f9cfcac93..fca3489218b 100644 --- a/drivers/platform/x86/acerhdf.c +++ b/drivers/platform/x86/acerhdf.c @@ -35,10 +35,8 @@ #include #include -#include #include -#include -#include +#include #include #include