x86/intel-mid: Make intel_mid_ops static
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 9 Oct 2015 14:25:41 +0000 (17:25 +0300)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 11 Oct 2015 19:03:12 +0000 (21:03 +0200)
commitd1f0f6c72c14af8a27a6549e0623f7cd61805e83
tree39c77d837fd0b3c22e1c158c2a757dae63fa3af8
parentc9e69c8c58eb8671e9f6cee728088e4c5abc9115
x86/intel-mid: Make intel_mid_ops static

The following warning is issued on unfixed code.

arch/x86/platform/intel-mid/intel-mid.c:64:22: warning: symbol 'intel_mid_ops' was not declared. Should it be static?

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: http://lkml.kernel.org/r/1444400741-98669-1-git-send-email-andriy.shevchenko@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/platform/intel-mid/intel-mid.c