diff mbox

[v5,02/14] irqchip: gic-v3-its: keep the head file include in alphabetic order

Message ID 1482384922-21507-3-git-send-email-guohanjun@huawei.com
State Superseded
Headers show

Commit Message

Hanjun Guo Dec. 22, 2016, 5:35 a.m. UTC
From: Hanjun Guo <hanjun.guo@linaro.org>


The head file is strictly in alphabetic order now, so let's
be the rule breaker. As acpi_iort.h includes acpi.h so remove
the duplidate acpi.h inclusion as well.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>

Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Tomasz Nowicki <tn@semihalf.com>
---
 drivers/irqchip/irq-gic-v3-its.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
1.7.12.4

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

kongxinwei Dec. 30, 2016, 8:56 a.m. UTC | #1
On 2016/12/22 13:35, Hanjun Guo wrote:
> From: Hanjun Guo <hanjun.guo@linaro.org>

>

> The head file is strictly in alphabetic order now, so let's

> be the rule breaker. As acpi_iort.h includes acpi.h so remove

> the duplidate acpi.h inclusion as well.

>

> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>

> Cc: Marc Zyngier <marc.zyngier@arm.com>

> Cc: Tomasz Nowicki <tn@semihalf.com>

> ---

>   drivers/irqchip/irq-gic-v3-its.c | 3 +--

>   1 file changed, 1 insertion(+), 2 deletions(-)

>

> diff --git a/drivers/irqchip/irq-gic-v3-its.c b/drivers/irqchip/irq-gic-v3-its.c

> index 69b040f..f471939 100644

> --- a/drivers/irqchip/irq-gic-v3-its.c

> +++ b/drivers/irqchip/irq-gic-v3-its.c

> @@ -15,14 +15,13 @@

>    * along with this program.  If not, see <http://www.gnu.org/licenses/>.

>    */

>   

> -#include <linux/acpi.h>

> +#include <linux/acpi_iort.h>

>   #include <linux/bitmap.h>

>   #include <linux/cpu.h>

>   #include <linux/delay.h>

>   #include <linux/dma-iommu.h>

>   #include <linux/interrupt.h>

>   #include <linux/irqdomain.h>

> -#include <linux/acpi_iort.h>

>   #include <linux/log2.h>

>   #include <linux/mm.h>

>   #include <linux/msi.h>

Tested-by:  Xinwei Kong <kong.kongxinwei@hisilicon.com>


--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/irqchip/irq-gic-v3-its.c b/drivers/irqchip/irq-gic-v3-its.c
index 69b040f..f471939 100644
--- a/drivers/irqchip/irq-gic-v3-its.c
+++ b/drivers/irqchip/irq-gic-v3-its.c
@@ -15,14 +15,13 @@ 
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <linux/acpi.h>
+#include <linux/acpi_iort.h>
 #include <linux/bitmap.h>
 #include <linux/cpu.h>
 #include <linux/delay.h>
 #include <linux/dma-iommu.h>
 #include <linux/interrupt.h>
 #include <linux/irqdomain.h>
-#include <linux/acpi_iort.h>
 #include <linux/log2.h>
 #include <linux/mm.h>
 #include <linux/msi.h>