summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/sections_32.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-12-27 00:35:12 -0800
committerDavid S. Miller <davem@davemloft.net>2008-12-27 00:35:12 -0800
commit86ed40bd6fe511d26bb8f3fa65a84cb65c235366 (patch)
tree12ec939078887d6f5bc437cfd8ac34eff610c715 /arch/sparc/include/asm/sections_32.h
parentb74e34dbdeb39136e0557930a373392b7d644f43 (diff)
downloadlwn-86ed40bd6fe511d26bb8f3fa65a84cb65c235366.tar.gz
lwn-86ed40bd6fe511d26bb8f3fa65a84cb65c235366.zip
sparc: unify sections.h
While doing this use standard names for start/end so we could use definitions straight from asm-generic for all the typical symbols. This also allowed us to drop the use of PROVIDE in the linker script so sprc is less non-standard on this area. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/sections_32.h')
-rw-r--r--arch/sparc/include/asm/sections_32.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sparc/include/asm/sections_32.h b/arch/sparc/include/asm/sections_32.h
deleted file mode 100644
index 6832841df051..000000000000
--- a/arch/sparc/include/asm/sections_32.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _SPARC_SECTIONS_H
-#define _SPARC_SECTIONS_H
-
-#include <asm-generic/sections.h>
-
-#endif