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

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

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

2012-10-22 Thread Rusty Russell
Chris Metcalf writes: > These are now provided in , so clean up warning > by not re-defining them in module.c. > > Signed-off-by: Chris Metcalf 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 Cheers, Rusty. --

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

2012-10-19 Thread Chris Metcalf
These are now provided in , so clean up warning by not re-defining them in module.c. Signed-off-by: Chris Metcalf --- 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 ---