git: c4270ea8849d - main - stand/powerpc/ofw: Remove bogus end decl

From: Warner Losh <imp_at_FreeBSD.org>
Date: Mon, 26 May 2025 15:33:30 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=c4270ea8849d7e5c5191b3c5f4a4abb391fb9027

commit c4270ea8849d7e5c5191b3c5f4a4abb391fb9027
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2025-05-26 03:29:51 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2025-05-26 15:30:37 +0000

    stand/powerpc/ofw: Remove bogus end decl
    
    This likely used to be needed for some code here, or maybe it's been
    here since it was copied from elsewhere that did neeed it. Remove it.
    
    Sponsored by:           Netflix
---
 stand/powerpc/ofw/main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/stand/powerpc/ofw/main.c b/stand/powerpc/ofw/main.c
index e86a8275c8eb..34c7e12778e3 100644
--- a/stand/powerpc/ofw/main.c
+++ b/stand/powerpc/ofw/main.c
@@ -37,8 +37,6 @@
 
 struct arch_switch	archsw;		/* MI/MD interface boundary */
 
-extern char end[];
-
 uint32_t	acells, scells;
 
 static char bootargs[128];