• Colin Ian King's avatar
    x86: Mark various structures and functions as 'static' · b45e4c45
    Colin Ian King authored
    Mark a couple of structures and functions as 'static', pointed out by Sparse:
    
      warning: symbol 'bts_pmu' was not declared. Should it be static?
      warning: symbol 'p4_event_aliases' was not declared. Should it be static?
      warning: symbol 'rapl_attr_groups' was not declared. Should it be static?
      symbol 'process_uv2_message' was not declared. Should it be static?
    Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
    Acked-by: Andrew Banman <abanman@hpe.com> # for the UV change
    Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Will Deacon <will.deacon@arm.com>
    Cc: kernel-janitors@vger.kernel.org
    Link: http://lkml.kernel.org/r/20170810155709.7094-1-colin.king@canonical.comSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
    b45e4c45
p4.c 44.3 KB