summaryrefslogtreecommitdiff
path: root/arch/tile/include/asm/sections.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-10-08 05:36:23 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-10-08 05:36:23 -0400
commitf8e4fae2e79d2d293fc490ede87be44c9b215d9e (patch)
tree6489b56cf3ccc5e9a1714f0d274349d509475ae9 /arch/tile/include/asm/sections.h
parent6325e940e7e0c690c6bdfaf5d54309e71845d3d9 (diff)
parent78410af51146796f783925009c8676a30d6c6d90 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull arch/tile updates from Chris Metcalf: "The only substantive pieces in this batch are some more vDSO support, and removing the reference to &platform_bus in tile-srom.c. The rest are minor issues reported to me" * git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile: tile: add clock_gettime support to vDSO tile: switch to using seqlocks for the vDSO time code tile gxio: use better string copy primitive char: tile-srom: Add real platform bus parent Removed repeated word in comments tilegx: Enable ARCH_SUPPORTS_ATOMIC_RMW tile: Remove tile-specific _sinitdata and _einitdata tile: use ARRAY_SIZE
Diffstat (limited to 'arch/tile/include/asm/sections.h')
-rw-r--r--arch/tile/include/asm/sections.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/tile/include/asm/sections.h b/arch/tile/include/asm/sections.h
index 5d5d3b739a6b..86a746243dc8 100644
--- a/arch/tile/include/asm/sections.h
+++ b/arch/tile/include/asm/sections.h
@@ -19,9 +19,6 @@
#include <asm-generic/sections.h>
-/* 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[];