lkml.org 
[lkml]   [2019]   [Jun]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch 08/29] x86/hpet: Sanitize stub functions
Mark them inline and remove the pointless 'return;' statement.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
arch/x86/kernel/hpet.c | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)

--- a/arch/x86/kernel/hpet.c
+++ b/arch/x86/kernel/hpet.c
@@ -692,16 +692,10 @@ static int hpet_cpuhp_dead(unsigned int
}
#else

-static void hpet_msi_capability_lookup(unsigned int start_timer)
-{
- return;
-}
+static inline void hpet_msi_capability_lookup(unsigned int start_timer) { }

#ifdef CONFIG_HPET
-static void hpet_reserve_msi_timers(struct hpet_data *hd)
-{
- return;
-}
+static inline void hpet_reserve_msi_timers(struct hpet_data *hd) { }
#endif

#define hpet_cpuhp_online NULL
@@ -820,7 +814,7 @@ static struct clocksource clocksource_hp
.resume = hpet_resume_counter,
};

-static int hpet_clocksource_register(void)
+static int __init hpet_clocksource_register(void)
{
u64 start, now;
u64 t1;

\
 
 \ /
  Last update: 2019-06-23 15:29    [W:0.203 / U:1.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site