ARM: mvebu: drop unnecessary label
authorStefan Agner <stefan@agner.ch>
Thu, 11 Apr 2019 07:54:02 +0000 (09:54 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 30 Apr 2019 07:05:44 +0000 (09:05 +0200)
commit3ab2b5fdd1d8fa92dae631b913553e8798be23a7
tree462253f2ef1ce6689155f45d129366cf012add26
parent8f11b5ab441d3a80de7f079598a548350d3eed0b
ARM: mvebu: drop unnecessary label

The label mvebu_boot_wa_start is not necessary and causes a build
issue when building with LLVM's integrated assembler:
    AS      arch/arm/mach-mvebu/pmsu_ll.o
  arch/arm/mach-mvebu/pmsu_ll.S:59:1: error: invalid symbol redefinition
  mvebu_boot_wa_start:
  ^

Drop the label.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Acked-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/mach-mvebu/pmsu_ll.S