lto, watchdog/hpwdt.c: make assembler label global
authorAndi Kleen <ak@linux.intel.com>
Wed, 11 Sep 2013 21:23:20 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:58:21 +0000 (15:58 -0700)
commita6b088875b5cfc2be95242826f31523214c083a7
treead4db6826f38c07f863ab866fddf8d56b2651337
parent54a33b1b1470ada14fa2998e8b48ad4a0ef6a916
lto, watchdog/hpwdt.c: make assembler label global

We cannot assume that the inline assembler code always ends up in the same
file as the original C file.  So make any assembler labels that are called
with "extern" by C global

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/watchdog/hpwdt.c