gpio: pca953x: Add missing header(s)
JIRA: https://issues.redhat.com/browse/RHEL-35606 commit c20a395f9bf939ef0587ce5fa14316ac26252e9b Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Date: Fri Oct 7 16:44:44 2022 +0300 gpio: pca953x: Add missing header(s) Do not imply that some of the generic headers may be always included. Instead, include explicitly what we are direct user of. While at it, sort headers alphabetically. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
This commit is contained in:
parent
4e0f986fe1
commit
22908f2245
|
@ -10,8 +10,8 @@
|
|||
|
||||
#include <linux/acpi.h>
|
||||
#include <linux/bitmap.h>
|
||||
#include <linux/gpio/driver.h>
|
||||
#include <linux/gpio/consumer.h>
|
||||
#include <linux/gpio/driver.h>
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/interrupt.h>
|
||||
|
@ -20,6 +20,7 @@
|
|||
#include <linux/platform_data/pca953x.h>
|
||||
#include <linux/regmap.h>
|
||||
#include <linux/regulator/consumer.h>
|
||||
#include <linux/seq_file.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
#include <asm/unaligned.h>
|
||||
|
|
Loading…
Reference in New Issue