Skip to content

Commit

Permalink
gpio: wcove: Sort headers alphabetically
Browse files Browse the repository at this point in the history
Sort header block alphabetically for easy maintenance.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
  • Loading branch information
Andy Shevchenko committed Feb 8, 2019
1 parent 2456c8b commit 3968480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpio/gpio-wcove.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
*/

#include <linux/bitops.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/gpio/driver.h>
#include <linux/interrupt.h>
#include <linux/mfd/intel_soc_pmic.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>
#include <linux/seq_file.h>
Expand Down

0 comments on commit 3968480

Please sign in to comment.