ARM: imx: Remove unused include of linux/irqchip/arm-gic.h

linux/irqchip/arm-gic.h is NOT used at all, no need to include it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Anson Huang 2020-02-14 11:06:46 +08:00 committed by Shawn Guo
parent edc2569b61
commit 6384a04bba
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
#include <linux/irqchip/arm-gic.h>
#include "common.h"
#include "hardware.h"