clockevents: Make clockevents_subsys static
authorBen Dooks <ben.dooks@codethink.co.uk>
Fri, 17 Jun 2016 15:56:14 +0000 (16:56 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 19 Jul 2016 08:48:06 +0000 (10:48 +0200)
commit775be506266a860f141f6b848c92c316c602a94f
tree2b4d305eef67dbfc1f2e144388e779a4cd511fc0
parent1d661bf5327a2c059ec967f850e89362e637f4e6
clockevents: Make clockevents_subsys static

The clockevents_subsys struct is used for sysfs support and
is not declared or used outside the file it is defined in.
Fix the following warning by making it static:

kernel/time/clockevents.c:648:17: warning: symbol 'clockevents_subsys' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Cc: linux-kernel@lists.codethink.co.uk
Link: http://lkml.kernel.org/r/1466178974-7105-1-git-send-email-ben.dooks@codethink.co.uk
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/clockevents.c