From 454ac3ec3fb7e855c274b26252c9a43a191bffaf Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Tue, 12 Nov 2013 20:42:20 +0100 Subject: tile: Remove tile-specific _sinitdata and _einitdata Use standard __init_begin and __init_end instead. Signed-off-by: Geert Uytterhoeven Cc: Chris Metcalf Signed-off-by: Chris Metcalf --- arch/tile/include/asm/sections.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/tile/include') diff --git a/arch/tile/include/asm/sections.h b/arch/tile/include/asm/sections.h index 5d5d3b7..86a7462 100644 --- a/arch/tile/include/asm/sections.h +++ b/arch/tile/include/asm/sections.h @@ -19,9 +19,6 @@ #include -/* Text and data are at different areas in the kernel VA space. */ -extern char _sinitdata[], _einitdata[]; - /* Write-once data is writable only till the end of initialization. */ extern char __w1data_begin[], __w1data_end[]; -- cgit v1.1