diff options
| author | Andy Shevchenko <[email protected]> | 2022-10-07 16:44:44 +0300 |
|---|---|---|
| committer | Andy Shevchenko <[email protected]> | 2022-10-19 17:03:55 +0300 |
| commit | c59ce98347c9e746be4bfcd9c8c48da1acb5cecc (patch) | |
| tree | 5304cc6fbbd45db037f163835acc26aa5c08e80e | |
| parent | 9ceb338ab1769fd04c7d347f086c3b5ee01128e1 (diff) | |
gpio: arizona: Remove unused header(s)
Some of the headers are unused in the driver, remove them.
While at it, sort headers alphabetically.
Signed-off-by: Andy Shevchenko <[email protected]>
| -rw-r--r-- | drivers/gpio/gpio-arizona.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c index 02f9ae19cd44..c15fda99120a 100644 --- a/drivers/gpio/gpio-arizona.c +++ b/drivers/gpio/gpio-arizona.c @@ -7,13 +7,12 @@ * Author: Mark Brown <[email protected]> */ +#include <linux/gpio/driver.h> #include <linux/kernel.h> -#include <linux/slab.h> #include <linux/module.h> -#include <linux/gpio/driver.h> #include <linux/platform_device.h> #include <linux/pm_runtime.h> -#include <linux/seq_file.h> +#include <linux/slab.h> #include <linux/mfd/arizona/core.h> #include <linux/mfd/arizona/pdata.h> |