mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-09-15 09:07:11 +10:00
mfd: rc5t583-irq: Remove the unneeded include <linux/i2c.h>
This driver does not use i2c, so there is no point in including <linux/i2c.h> Remove it and add the needed <linux/device.h> instead, which is much more lightweight. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/128025bf5b81f5424db2202b0c8cfd9722c28aab.1682319383.git.christophe.jaillet@wanadoo.fr
This commit is contained in:
parent
7ef47a12a6
commit
bab5ab4761
@ -8,9 +8,9 @@
|
|||||||
* based on code
|
* based on code
|
||||||
* Copyright (C) 2011 RICOH COMPANY,LTD
|
* Copyright (C) 2011 RICOH COMPANY,LTD
|
||||||
*/
|
*/
|
||||||
|
#include <linux/device.h>
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/irq.h>
|
#include <linux/irq.h>
|
||||||
#include <linux/i2c.h>
|
|
||||||
#include <linux/mfd/rc5t583.h>
|
#include <linux/mfd/rc5t583.h>
|
||||||
|
|
||||||
enum int_type {
|
enum int_type {
|
||||||
|
Loading…
Reference in New Issue
Block a user