Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752609AbbFZTuu (ORCPT ); Fri, 26 Jun 2015 15:50:50 -0400 Received: from terminus.zytor.com ([198.137.202.10]:60106 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752090AbbFZTua (ORCPT ); Fri, 26 Jun 2015 15:50:30 -0400 Date: Fri, 26 Jun 2015 12:49:27 -0700 From: tip-bot for Jiang Liu Message-ID: Cc: arnd@arndb.de, jiang.liu@linux.intel.com, konrad.wilk@oracle.com, hpa@zytor.com, tony.luck@intel.com, mingo@kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de, jason@lakedaemon.net, bhelgaas@google.com, marc.zyngier@arm.com, benh@kernel.crashing.org, yinghai@kernel.org, bp@alien8.de, cernekee@gmail.com, rdunlap@infradead.org Reply-To: linux-kernel@vger.kernel.org, tglx@linutronix.de, arnd@arndb.de, konrad.wilk@oracle.com, jiang.liu@linux.intel.com, hpa@zytor.com, tony.luck@intel.com, mingo@kernel.org, marc.zyngier@arm.com, benh@kernel.crashing.org, yinghai@kernel.org, bp@alien8.de, cernekee@gmail.com, rdunlap@infradead.org, jason@lakedaemon.net, bhelgaas@google.com In-Reply-To: <1433391238-19471-2-git-send-email-jiang.liu@linux.intel.com> References: <1433391238-19471-2-git-send-email-jiang.liu@linux.intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/urgent] genirq: Clean up outdated comments related to include/linux/irqdesc.h Git-Commit-ID: daf7ab7c58ac5f6304b63cca47a06cdc213361d7 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2205 Lines: 62 Commit-ID: daf7ab7c58ac5f6304b63cca47a06cdc213361d7 Gitweb: http://git.kernel.org/tip/daf7ab7c58ac5f6304b63cca47a06cdc213361d7 Author: Jiang Liu AuthorDate: Thu, 4 Jun 2015 12:13:11 +0800 Committer: Thomas Gleixner CommitDate: Thu, 25 Jun 2015 12:06:34 +0200 genirq: Clean up outdated comments related to include/linux/irqdesc.h Seems we have little chance to move irqdesc.h from include/linux/ into kernel/irq/, so remove the outdated comments. Signed-off-by: Jiang Liu Cc: Konrad Rzeszutek Wilk Cc: Tony Luck Cc: Bjorn Helgaas Cc: Benjamin Herrenschmidt Cc: Randy Dunlap Cc: Yinghai Lu Cc: Borislav Petkov Cc: Jason Cooper Cc: Kevin Cernekee Cc: Arnd Bergmann Cc: Marc Zyngier Link: http://lkml.kernel.org/r/1433391238-19471-2-git-send-email-jiang.liu@linux.intel.com Signed-off-by: Thomas Gleixner --- include/linux/irq.h | 1 - include/linux/irqdesc.h | 3 --- 2 files changed, 4 deletions(-) diff --git a/include/linux/irq.h b/include/linux/irq.h index 81214916..92188b0 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h @@ -407,7 +407,6 @@ enum { IRQCHIP_EOI_THREADED = (1 << 6), }; -/* This include will go away once we isolated irq_desc usage to core code */ #include /* diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h index c52d148..66c41b4 100644 --- a/include/linux/irqdesc.h +++ b/include/linux/irqdesc.h @@ -3,9 +3,6 @@ /* * Core internal functions to deal with irq descriptors - * - * This include will move to kernel/irq once we cleaned up the tree. - * For now it's included from */ struct irq_affinity_notify; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/