maple: Fix maple bus compiler warning
The uevent API has changed from 2.6.22 and this patch eliminates annoying compiler errors Signed off by: Adrian McMenamin <adrian@mcmen.demon.co.uk> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
4d2718d00d
commit
656e608747
|
@ -601,8 +601,7 @@ static int match_maple_bus_driver(struct device *devptr,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int maple_bus_uevent(struct device *dev, char **envp,
|
static int maple_bus_uevent(struct device *dev, struct kobj_uevent_env *env)
|
||||||
int num_envp, char *buffer, int buffer_size)
|
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue