[PATCH 1/1] fix compilation with binutils 2.21

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



binutils since version 2.21 is more pedantic regarding naming and will wail if
e.g. the name of a function is not exactly the same as in the ENDPROC directive.

Signed-off-by: Marc Dietrich <marvin24@xxxxxx>
---
 arch/arm/mach-tegra/headsmp-t2.S |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-tegra/headsmp-t2.S b/arch/arm/mach-tegra/headsmp-t2.S
index 9da0ed6..a550cb7 100644
--- a/arch/arm/mach-tegra/headsmp-t2.S
+++ b/arch/arm/mach-tegra/headsmp-t2.S
@@ -108,7 +108,7 @@ __restart_plls:
 	/* FIXME: need to record actual power transition here */
 	mov	r0, #0
 	b	__cortex_a9_l2x0_restart
-ENDPROC(__restart_pllx)
+ENDPROC(__restart_plls)
 /*
  *	__enable_coresite_access
  *
-- 
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [ARM Kernel]     [Linux ARM]     [Linux ARM MSM]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux