acerhdf: Clean up includes
authorJean Delvare <khali@linux-fr.org>
Sun, 24 Apr 2011 16:07:55 +0000 (18:07 +0200)
committerMatthew Garrett <mjg@redhat.com>
Fri, 27 May 2011 16:36:46 +0000 (12:36 -0400)
commitc4bae98c4f913d3220d185c47d8817b5e2bba007
treeac9a9ff17de73522e9e210f9f93939e031cd10ca
parente569b223d53cb2720f55be72932f5758a056ff6d
acerhdf: Clean up includes

* The acerhdf driver isn't an ACPI driver, so it needs not include
  <acpi/acpi_drivers.h>. All it uses is ec_read() and ec_write(), for
  which <linux/acpi.h> is sufficient.
* I couldn't find any reason why <linux/fs.h> and <linux/sched.h> were
  included.

This should avoid unneeded rebuilds of the acerhdf driver.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Peter Feuerer <peter@piie.net>
Cc: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/acerhdf.c