Re: [CFT 7/29] Add locomo bus_type probe/remove methods

From: Richard Purdie
Date: Thu Jan 05 2006 - 10:34:21 EST


Signed-off-by: Richard Purdie <rpurdie@xxxxxxxxx>

but no changelog entry?

On Thu, 2006-01-05 at 14:33 +0000, Russell King wrote:
> Signed-off-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx>
>
> ---
> arch/arm/common/locomo.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff -up -x BitKeeper -x ChangeSet -x SCCS -x _xlk -x *.orig -x *.rej
> -x .git linus/arch/arm/common/locomo.c linux/arch/arm/common/locomo.c
> --- linus/arch/arm/common/locomo.c Fri Nov 11 21:20:00 2005
> +++ linux/arch/arm/common/locomo.c Sun Nov 13 15:56:31 2005
> @@ -1103,14 +1103,14 @@ static int locomo_bus_remove(struct devi
> struct bus_type locomo_bus_type = {
> .name = "locomo-bus",
> .match = locomo_match,
> + .probe = locomo_bus_probe,
> + .remove = locomo_bus_remove,
> .suspend = locomo_bus_suspend,
> .resume = locomo_bus_resume,
> };
>
> int locomo_driver_register(struct locomo_driver *driver)
> {
> - driver->drv.probe = locomo_bus_probe;
> - driver->drv.remove = locomo_bus_remove;
> driver->drv.bus = &locomo_bus_type;
> return driver_register(&driver->drv);
> }
>
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/