mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
hrtimer: Remove unused variable
Sigh, should have noticed myself. Reported-by: fengguang.wu@intel.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
5ec2481b7b
commit
73b0cd674c
1 changed files with 0 additions and 2 deletions
|
@ -782,8 +782,6 @@ void clock_was_set(void)
|
||||||
*/
|
*/
|
||||||
void hrtimers_resume(void)
|
void hrtimers_resume(void)
|
||||||
{
|
{
|
||||||
struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases);
|
|
||||||
|
|
||||||
WARN_ONCE(!irqs_disabled(),
|
WARN_ONCE(!irqs_disabled(),
|
||||||
KERN_INFO "hrtimers_resume() called with IRQs enabled!");
|
KERN_INFO "hrtimers_resume() called with IRQs enabled!");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue