From: Alex Hung Date: Thu, 15 Mar 2018 23:22:51 +0000 (-0700) Subject: intel-hid: clean up and sort header files X-Git-Tag: v4.17-rc1~54^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28e8ed2a01bba317aab9bca1c5609924cbbf6cdc;p=thirdparty%2Fkernel%2Flinux.git intel-hid: clean up and sort header files Removed unused header files and sorted them alphabetically. No functional changes are made. Signed-off-by: Alex Hung Signed-off-by: Andy Shevchenko --- diff --git a/drivers/platform/x86/intel-hid.c b/drivers/platform/x86/intel-hid.c index 5e3df194723e1..6b89ec7bc7328 100644 --- a/drivers/platform/x86/intel-hid.c +++ b/drivers/platform/x86/intel-hid.c @@ -16,16 +16,14 @@ * */ +#include +#include +#include +#include #include #include -#include -#include #include -#include -#include #include -#include -#include MODULE_LICENSE("GPL"); MODULE_AUTHOR("Alex Hung");