* [PATCH - SH] Clean up maple bus code to supress compiler warning
@ 2007-10-28 14:24 Adrian McMenamin
[not found] ` <1193530224.6094.9.camel@localhost.localdomain>
0 siblings, 1 reply; 2+ messages in thread
From: Adrian McMenamin @ 2007-10-28 14:24 UTC (permalink / raw)
To: linux-kernel; +Cc: linuxsh-dev
The API for uevent has changed for 2.6.24 and this patch makes a
consequential clean up.
(Apols to linux-sh list users seeing this for the second time, I
should have included lkml first time round for completeness)
Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
diff --git a/drivers/sh/maple/maple.c b/drivers/sh/maple/maple.c
index 161d102..e52a629 100644
--- a/drivers/sh/maple/maple.c
+++ b/drivers/sh/maple/maple.c
@@ -601,8 +601,7 @@ static int match_maple_bus_driver(struct device *devptr,
return 0;
}
-static int maple_bus_uevent(struct device *dev, char **envp,
- int num_envp, char *buffer, int buffer_size)
+static int maple_bus_uevent(struct device *dev, struct kobj_uevent_env *env)
{
return 0;
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix maple bus compiler warning
[not found] ` <1193530224.6094.9.camel@localhost.localdomain>
@ 2007-10-30 0:51 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2007-10-30 0:51 UTC (permalink / raw)
To: Adrian McMenamin, Adrian McMenamin; +Cc: linux-sh, linux-kernel
On Sun, Oct 28, 2007 at 02:24:10PM +0000, Adrian McMenamin wrote:
> The API for uevent has changed for 2.6.24 and this patch makes a
> consequential clean up.
>
> (Apols to linux-sh list users seeing this for the second time, I
> should have included lkml first time round for completeness)
>
> Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
>
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-30 1:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-28 14:24 [PATCH - SH] Clean up maple bus code to supress compiler warning Adrian McMenamin
[not found] ` <1193530224.6094.9.camel@localhost.localdomain>
2007-10-30 0:51 ` [PATCH] Fix maple bus " Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox