Re: [PATCH] Silence radeon_pm warning

2007-10-28 Thread Stephen Rothwell
On Mon, 29 Oct 2007 00:02:02 -0500 Olof Johansson <[EMAIL PROTECTED]> wrote: > > I posted this one a few days ago, without adding a new ifdef (just moving the > declaration down into the already existing ifdef below it): > > http://marc.info/?l=linux-kernel=119311699109698=2 Yeah, missed that

Re: [PATCH] Silence radeon_pm warning

2007-10-28 Thread Olof Johansson
On Mon, Oct 29, 2007 at 01:59:11PM +1100, Stephen Rothwell wrote: > drivers/video/aty/radeon_pm.c:30: warning: 'radeon_reinitialize_M10' declared > 'static' but never defined > > Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> I posted this one a few days ago, without adding a new ifdef

Re: [PATCH] Silence radeon_pm warning

2007-10-28 Thread David Miller
From: Stephen Rothwell <[EMAIL PROTECTED]> Date: Mon, 29 Oct 2007 13:59:11 +1100 > drivers/video/aty/radeon_pm.c:30: warning: 'radeon_reinitialize_M10' declared > 'static' but never defined > > Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> Acked-by: David S. Miller <[EMAIL PROTECTED]> -

[PATCH] Silence radeon_pm warning

2007-10-28 Thread Stephen Rothwell
drivers/video/aty/radeon_pm.c:30: warning: 'radeon_reinitialize_M10' declared 'static' but never defined Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- drivers/video/aty/radeon_pm.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) -- Cheers, Stephen Rothwell

[PATCH] Silence radeon_pm warning

2007-10-28 Thread Stephen Rothwell
drivers/video/aty/radeon_pm.c:30: warning: 'radeon_reinitialize_M10' declared 'static' but never defined Signed-off-by: Stephen Rothwell [EMAIL PROTECTED] --- drivers/video/aty/radeon_pm.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) -- Cheers, Stephen Rothwell

Re: [PATCH] Silence radeon_pm warning

2007-10-28 Thread David Miller
From: Stephen Rothwell [EMAIL PROTECTED] Date: Mon, 29 Oct 2007 13:59:11 +1100 drivers/video/aty/radeon_pm.c:30: warning: 'radeon_reinitialize_M10' declared 'static' but never defined Signed-off-by: Stephen Rothwell [EMAIL PROTECTED] Acked-by: David S. Miller [EMAIL PROTECTED] - To

Re: [PATCH] Silence radeon_pm warning

2007-10-28 Thread Olof Johansson
On Mon, Oct 29, 2007 at 01:59:11PM +1100, Stephen Rothwell wrote: drivers/video/aty/radeon_pm.c:30: warning: 'radeon_reinitialize_M10' declared 'static' but never defined Signed-off-by: Stephen Rothwell [EMAIL PROTECTED] I posted this one a few days ago, without adding a new ifdef (just

Re: [PATCH] Silence radeon_pm warning

2007-10-28 Thread Stephen Rothwell
On Mon, 29 Oct 2007 00:02:02 -0500 Olof Johansson [EMAIL PROTECTED] wrote: I posted this one a few days ago, without adding a new ifdef (just moving the declaration down into the already existing ifdef below it): http://marc.info/?l=linux-kernelm=119311699109698w=2 Yeah, missed that and