Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0963bdf authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Kill _start[]/_end[] declarations in mm/init.c



We already get those from asm/sections.h

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4e286d5b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -155,9 +155,6 @@ unsigned long tlb_context_cache = CTX_FIRST_VERSION - 1;
#define CTX_BMAP_SLOTS (1UL << (CTX_NR_BITS - 6))
unsigned long mmu_context_bmap[CTX_BMAP_SLOTS];

/* References to special section boundaries */
extern char  _start[], _end[];

/* Initial ramdisk setup */
extern unsigned long sparc_ramdisk_image64;
extern unsigned int sparc_ramdisk_image;