From: tip-bot for Mika Westerberg <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org,
mingo@kernel.org, jiang.liu@linux.intel.com, hpa@zytor.com,
mika.westerberg@linux.intel.com
Subject: [tip:irq/core] genirq: Remove unused functions irqd_[set|clr] _chained_irq_inprogress()
Date: Thu, 1 Oct 2015 08:30:52 -0700 [thread overview]
Message-ID: <tip-9e7e2b0a6a005941a6854cdabae19c3d9e069dbe@git.kernel.org> (raw)
In-Reply-To: <1443704093-36837-2-git-send-email-mika.westerberg@linux.intel.com>
Commit-ID: 9e7e2b0a6a005941a6854cdabae19c3d9e069dbe
Gitweb: http://git.kernel.org/tip/9e7e2b0a6a005941a6854cdabae19c3d9e069dbe
Author: Mika Westerberg <mika.westerberg@linux.intel.com>
AuthorDate: Thu, 1 Oct 2015 15:54:53 +0300
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 1 Oct 2015 17:28:28 +0200
genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress()
These two functions are not used anywhere in the kernel source tree so
remove them.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Link: http://lkml.kernel.org/r/1443704093-36837-2-git-send-email-mika.westerberg@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
include/linux/irq.h | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 7038f38..ba72b60 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -297,21 +297,6 @@ static inline void irqd_clr_forwarded_to_vcpu(struct irq_data *d)
__irqd_to_state(d) &= ~IRQD_FORWARDED_TO_VCPU;
}
-/*
- * Functions for chained handlers which can be enabled/disabled by the
- * standard disable_irq/enable_irq calls. Must be called with
- * irq_desc->lock held.
- */
-static inline void irqd_set_chained_irq_inprogress(struct irq_data *d)
-{
- __irqd_to_state(d) |= IRQD_IRQ_INPROGRESS;
-}
-
-static inline void irqd_clr_chained_irq_inprogress(struct irq_data *d)
-{
- __irqd_to_state(d) &= ~IRQD_IRQ_INPROGRESS;
-}
-
static inline irq_hw_number_t irqd_to_hwirq(struct irq_data *d)
{
return d->hwirq;
next prev parent reply other threads:[~2015-10-01 15:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-01 12:54 [PATCH 1/2] genirq: Fix typo in documentation of enumeration field name Mika Westerberg
2015-10-01 12:54 ` [PATCH 2/2] genirq: Remove unused functions irqd_[set|clr]_chained_irq_inprogress() Mika Westerberg
2015-10-01 15:30 ` tip-bot for Mika Westerberg [this message]
2015-10-01 15:30 ` [tip:irq/core] genirq: Fix typo in documentation of enumeration field name tip-bot for Mika Westerberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-9e7e2b0a6a005941a6854cdabae19c3d9e069dbe@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hpa@zytor.com \
--cc=jiang.liu@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mika.westerberg@linux.intel.com \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome