Skip to content

Commit 653bece

Browse files
thierryredingwsakernel
authored andcommitted
i2c: aspeed: Remove unused includes
No symbols from the linux/irqchip/chained_irq.h and linux/irqdomain.h headers are used in the driver, so they can be removed. Signed-off-by: Thierry Reding <[email protected]> Reviewed-by: Joel Stanley <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent b18794e commit 653bece

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/i2c/busses/i2c-aspeed.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
#include <linux/interrupt.h>
1717
#include <linux/io.h>
1818
#include <linux/irq.h>
19-
#include <linux/irqchip/chained_irq.h>
20-
#include <linux/irqdomain.h>
2119
#include <linux/kernel.h>
2220
#include <linux/module.h>
2321
#include <linux/of_address.h>

0 commit comments

Comments
 (0)