From: Mark Rutland Date: Mon, 30 Jun 2014 14:40:40 +0000 (+0100) Subject: ARM: 8088/1: vmlinux.lds.S: drop redundant .comment X-Git-Tag: omap-for-v3.17/fixes-against-rc2~160^2~2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76e7d5c4fd211061e56d2013a0ec9f875824c546;p=pandora-kernel.git ARM: 8088/1: vmlinux.lds.S: drop redundant .comment Commit 78d7530ac3 ("ARM: Clean up linker script using new linker script macros.") modified the arm kernel linker script to use the STABS_DEBUG macro, but left a .comment section definition. As STABS_DEBUG defines the .comment section in an identical way, the second section definition is redundant and can be removed. This patch removes the redundant .comment section definition. Signed-off-by: Mark Rutland Signed-off-by: Russell King --- Reading git-diff-tree failed