]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
x86/hpet: Move static and global variables to one place
authorThomas Gleixner <tglx@linutronix.de>
Sun, 23 Jun 2019 13:23:49 +0000 (15:23 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 27 Jun 2019 22:57:17 +0000 (00:57 +0200)
commit8c273f2c81f0756f65b24771196c0eff7ac90e7b
tree317619c7e9337150c54dc6ed44b9b8b859b5dce4
parent4ce78e2094fc2736f8ecd04ec85e5566acaed516
x86/hpet: Move static and global variables to one place

Having static and global variables sprinkled all over the code is just
annoying to read. Move them all to the top of the file.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Cc: Ashok Raj <ashok.raj@intel.com>
Cc: Andi Kleen <andi.kleen@intel.com>
Cc: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Cc: Stephane Eranian <eranian@google.com>
Cc: Ravi Shankar <ravi.v.shankar@intel.com>
Link: https://lkml.kernel.org/r/20190623132434.860549134@linutronix.de
arch/x86/kernel/hpet.c