diff options
author | Ben Hutchings <benh@debian.org> | 2023-06-15 00:00:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-07-05 18:25:05 +0100 |
commit | 6e65fa33edf53e8e9cabf70d3d876375810b8523 (patch) | |
tree | 01ab658ee29c336d73af6658146a91e21f7bb21e /drivers/edac/pnd2_edac.h | |
parent | b4d8f8900021fc74d4940157e19c0a1e709640e4 (diff) | |
download | linux-stable-6e65fa33edf53e8e9cabf70d3d876375810b8523.tar.gz linux-stable-6e65fa33edf53e8e9cabf70d3d876375810b8523.tar.bz2 linux-stable-6e65fa33edf53e8e9cabf70d3d876375810b8523.zip |
parisc: Delete redundant register definitions in <asm/assembly.h>
commit b5b2a02bcaac7c287694aa0db4837a07bf178626 upstream.
We define sp and ipsw in <asm/asmregs.h> using ".reg", and when using
current binutils (snapshot 2.40.50.20230611) the definitions in
<asm/assembly.h> using "=" conflict with those:
arch/parisc/include/asm/assembly.h: Assembler messages:
arch/parisc/include/asm/assembly.h:93: Error: symbol `sp' is already defined
arch/parisc/include/asm/assembly.h:95: Error: symbol `ipsw' is already defined
Delete the duplicate definitions in <asm/assembly.h>.
Also delete the definition of gp, which isn't used anywhere.
Signed-off-by: Ben Hutchings <benh@debian.org>
Cc: stable@vger.kernel.org # v6.0+
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/edac/pnd2_edac.h')
0 files changed, 0 insertions, 0 deletions