Skip to content

Commit

Permalink
intel-hid: clean up and sort header files
Browse files Browse the repository at this point in the history
Removed unused header files and sorted them alphabetically. No
functional changes are made.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
  • Loading branch information
Alex Hung authored and Andy Shevchenko committed Apr 2, 2018
1 parent 24e2bb3 commit 28e8ed2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions drivers/platform/x86/intel-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@
*
*/

#include <linux/acpi.h>
#include <linux/dmi.h>
#include <linux/input.h>
#include <linux/input/sparse-keymap.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/input.h>
#include <linux/platform_device.h>
#include <linux/input/sparse-keymap.h>
#include <linux/acpi.h>
#include <linux/suspend.h>
#include <acpi/acpi_bus.h>
#include <linux/dmi.h>

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Alex Hung");
Expand Down

0 comments on commit 28e8ed2

Please sign in to comment.