* [PATCH] x86/time: Make setup_default_timer_irq() static
@ 2017-06-13 2:30 Dou Liyang
2017-06-13 10:02 ` [tip:x86/timers] " tip-bot for Dou Liyang
0 siblings, 1 reply; 2+ messages in thread
From: Dou Liyang @ 2017-06-13 2:30 UTC (permalink / raw)
To: tglx; +Cc: x86, linux-kernel, mingo, hpa, Dou Liyang
This function isn't used outside of time.c, so let's
mark it static.
Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
---
arch/x86/include/asm/setup.h | 1 -
arch/x86/kernel/time.c | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/x86/include/asm/setup.h b/arch/x86/include/asm/setup.h
index ac1d5da..e4585a3 100644
--- a/arch/x86/include/asm/setup.h
+++ b/arch/x86/include/asm/setup.h
@@ -44,7 +44,6 @@ extern unsigned long saved_video_mode;
extern void reserve_standard_io_resources(void);
extern void i386_reserve_resources(void);
-extern void setup_default_timer_irq(void);
#ifdef CONFIG_X86_INTEL_MID
extern void x86_intel_mid_early_setup(void);
diff --git a/arch/x86/kernel/time.c b/arch/x86/kernel/time.c
index d39c091..e0754cd 100644
--- a/arch/x86/kernel/time.c
+++ b/arch/x86/kernel/time.c
@@ -66,7 +66,7 @@ static struct irqaction irq0 = {
.name = "timer"
};
-void __init setup_default_timer_irq(void)
+static void __init setup_default_timer_irq(void)
{
if (!nr_legacy_irqs())
return;
--
2.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [tip:x86/timers] x86/time: Make setup_default_timer_irq() static
2017-06-13 2:30 [PATCH] x86/time: Make setup_default_timer_irq() static Dou Liyang
@ 2017-06-13 10:02 ` tip-bot for Dou Liyang
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Dou Liyang @ 2017-06-13 10:02 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, peterz, hpa, torvalds, mingo, douly.fnst, tglx
Commit-ID: b1b4f2fe68393f80480545b5e67a50f7bda8e9a7
Gitweb: http://git.kernel.org/tip/b1b4f2fe68393f80480545b5e67a50f7bda8e9a7
Author: Dou Liyang <douly.fnst@cn.fujitsu.com>
AuthorDate: Tue, 13 Jun 2017 10:30:29 +0800
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Tue, 13 Jun 2017 08:42:09 +0200
x86/time: Make setup_default_timer_irq() static
This function isn't used outside of time.c, so let's mark it static.
Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1497321029-29049-1-git-send-email-douly.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
arch/x86/include/asm/setup.h | 1 -
arch/x86/kernel/time.c | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/x86/include/asm/setup.h b/arch/x86/include/asm/setup.h
index ac1d5da..e4585a3 100644
--- a/arch/x86/include/asm/setup.h
+++ b/arch/x86/include/asm/setup.h
@@ -44,7 +44,6 @@ extern unsigned long saved_video_mode;
extern void reserve_standard_io_resources(void);
extern void i386_reserve_resources(void);
-extern void setup_default_timer_irq(void);
#ifdef CONFIG_X86_INTEL_MID
extern void x86_intel_mid_early_setup(void);
diff --git a/arch/x86/kernel/time.c b/arch/x86/kernel/time.c
index d39c091..e0754cd 100644
--- a/arch/x86/kernel/time.c
+++ b/arch/x86/kernel/time.c
@@ -66,7 +66,7 @@ static struct irqaction irq0 = {
.name = "timer"
};
-void __init setup_default_timer_irq(void)
+static void __init setup_default_timer_irq(void)
{
if (!nr_legacy_irqs())
return;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-13 10:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-13 2:30 [PATCH] x86/time: Make setup_default_timer_irq() static Dou Liyang
2017-06-13 10:02 ` [tip:x86/timers] " tip-bot for Dou Liyang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).