Re: [patch 09/10] powerpc: ps3: use __attribute_unused__

2007-05-02 Thread Geoff Levand
David Rientjes wrote: > Replace function instances of __attribute__ ((unused)) with > __attribute_unused__. > > Cc: Geoff Levand <[EMAIL PROTECTED]> > Signed-off-by: David Rientjes <[EMAIL PROTECTED]> > --- > arch/powerpc/platforms/ps3/interrupt.c |4 ++-- > arch/powerpc/platforms/ps3/time.c

[patch 09/10] powerpc: ps3: use __attribute_unused__

2007-05-01 Thread David Rientjes
Replace function instances of __attribute__ ((unused)) with __attribute_unused__. Cc: Geoff Levand <[EMAIL PROTECTED]> Signed-off-by: David Rientjes <[EMAIL PROTECTED]> --- arch/powerpc/platforms/ps3/interrupt.c |4 ++-- arch/powerpc/platforms/ps3/time.c |2 +- 2 files changed, 3 ins