2012-10-19 20:39:35

by Chris Metcalf

[permalink] [raw]
Subject: [PATCH] arch/tile: avoid build warnings from duplicate ELF_R_xxx #defines

These are now provided in <asm-generic/module.h>, so clean up warning
by not re-defining them in module.c.

Signed-off-by: Chris Metcalf <[email protected]>
---
arch/tile/kernel/module.c | 10 ----------
1 file changed, 10 deletions(-)

diff --git a/arch/tile/kernel/module.c b/arch/tile/kernel/module.c
index 001cbfa..243ffeb 100644
--- a/arch/tile/kernel/module.c
+++ b/arch/tile/kernel/module.c
@@ -24,16 +24,6 @@
#include <asm/homecache.h>
#include <arch/opcode.h>

-#ifdef __tilegx__
-# define Elf_Rela Elf64_Rela
-# define ELF_R_SYM ELF64_R_SYM
-# define ELF_R_TYPE ELF64_R_TYPE
-#else
-# define Elf_Rela Elf32_Rela
-# define ELF_R_SYM ELF32_R_SYM
-# define ELF_R_TYPE ELF32_R_TYPE
-#endif
-
#ifdef MODULE_DEBUG
#define DEBUGP printk
#else
--
1.7.10.3


2012-10-23 02:00:57

by Rusty Russell

[permalink] [raw]
Subject: Re: [PATCH] arch/tile: avoid build warnings from duplicate ELF_R_xxx #defines

Chris Metcalf <[email protected]> writes:

> These are now provided in <asm-generic/module.h>, so clean up warning
> by not re-defining them in module.c.
>
> Signed-off-by: Chris Metcalf <[email protected]>

This change was in linux-next for quite a while, BTW, so there would
have been over a month of warnings...

Acked-by: Rusty Russell <[email protected]>

Cheers,
Rusty.

2012-10-23 14:09:50

by Chris Metcalf

[permalink] [raw]
Subject: Re: [PATCH] arch/tile: avoid build warnings from duplicate ELF_R_xxx #defines

On 10/21/2012 11:16 PM, Rusty Russell wrote:
> Chris Metcalf <[email protected]> writes:
>
>> These are now provided in <asm-generic/module.h>, so clean up warning
>> by not re-defining them in module.c.
>>
>> Signed-off-by: Chris Metcalf <[email protected]>
> This change was in linux-next for quite a while, BTW, so there would
> have been over a month of warnings...
>
> Acked-by: Rusty Russell <[email protected]>

Thanks. Yes, I don't always drill into the results of the builds at
http://kisskb.ellerman.id.au/kisskb/matrix/, but just go by the "Build OK"
green light. I'll remember to keep looking at the details more frequently :-)

--
Chris Metcalf, Tilera Corp.
http://www.tilera.com