diff options
author | Uwe Kleine-König | 2022-12-19 09:14:40 +0100 |
---|---|---|
committer | Alexandre Belloni | 2023-02-01 09:13:35 +0100 |
commit | 04596d4b3e0d20697193341694e8c99961702259 (patch) | |
tree | 46420d3b7e02645262bb24678599a4980bfc5b9a /drivers/rtc | |
parent | 4bbdced5db096bded4e2d10259e9a5e0070a4cb3 (diff) |
rtc: max8907: Drop unused i2c include
rtc-max8907 is a platform driver that doesn't use any symbol provided in
<linux/i2c.h>. So drop the include.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20221219081440.1399791-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/rtc-max8907.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-max8907.c b/drivers/rtc/rtc-max8907.c index db3495d10274..af97140dd00a 100644 --- a/drivers/rtc/rtc-max8907.c +++ b/drivers/rtc/rtc-max8907.c @@ -9,7 +9,6 @@ */ #include <linux/bcd.h> -#include <linux/i2c.h> #include <linux/mfd/max8907.h> #include <linux/module.h> #include <linux/platform_device.h> |