lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 5 May 2016 08:15:38 -0700
From:	tip-bot for Christoph Hellwig <tipbot@...or.com>
To:	linux-tip-commits@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, hch@....de, tglx@...utronix.de,
	hpa@...or.com, mingo@...nel.org
Subject: [tip:irq/core] irqchip/alpine-msi: Don't use <asm-generic/msi.h>

Commit-ID:  9d9b7eed59eb847c229225e6465fc2ead9971902
Gitweb:     http://git.kernel.org/tip/9d9b7eed59eb847c229225e6465fc2ead9971902
Author:     Christoph Hellwig <hch@....de>
AuthorDate: Thu, 5 May 2016 16:41:05 +0200
Committer:  Thomas Gleixner <tglx@...utronix.de>
CommitDate: Thu, 5 May 2016 17:10:47 +0200

irqchip/alpine-msi: Don't use <asm-generic/msi.h>

Signed-off-by: Christoph Hellwig <hch@....de>
Cc: marc.zyngier@....com
Cc: antoine.tenart@...e-electrons.com
Cc: jason@...edaemon.net
Cc: tsahee@...apurnalabs.com
Link: http://lkml.kernel.org/r/1462459265-20974-1-git-send-email-hch@lst.de
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>

---
 drivers/irqchip/irq-alpine-msi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-alpine-msi.c b/drivers/irqchip/irq-alpine-msi.c
index 2538425..63d9809 100644
--- a/drivers/irqchip/irq-alpine-msi.c
+++ b/drivers/irqchip/irq-alpine-msi.c
@@ -23,7 +23,7 @@
 #include <linux/slab.h>
 
 #include <asm/irq.h>
-#include <asm-generic/msi.h>
+#include <asm/msi.h>
 
 /* MSIX message address format: local GIC target */
 #define ALPINE_MSIX_SPI_TARGET_CLUSTER0		BIT(16)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ