[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <AANLkTilS2P5gSr2mEpPcTFjhs4YnmkFK-xSAP0zPmaL7@mail.gmail.com>
Date: Tue, 1 Jun 2010 08:46:16 -0600
From: Grant Likely <grant.likely@...retlab.ca>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] greth: Fix build after OF device conversions.
On Tue, Jun 1, 2010 at 1:10 AM, David Miller <davem@...emloft.net> wrote:
>
> Signed-off-by: David S. Miller <davem@...emloft.net>
> ---
>
> I've pushed this to net-2.6
Thanks David.
g.
>
> drivers/net/greth.c | 11 +++++------
> 1 files changed, 5 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/net/greth.c b/drivers/net/greth.c
> index f37a4c1..3a029d0 100644
> --- a/drivers/net/greth.c
> +++ b/drivers/net/greth.c
> @@ -1607,14 +1607,13 @@ static struct of_device_id greth_of_match[] = {
> MODULE_DEVICE_TABLE(of, greth_of_match);
>
> static struct of_platform_driver greth_of_driver = {
> - .name = "grlib-greth",
> - .match_table = greth_of_match,
> + .driver = {
> + .name = "grlib-greth",
> + .owner = THIS_MODULE,
> + .of_match_table = greth_of_match,
> + },
> .probe = greth_of_probe,
> .remove = __devexit_p(greth_of_remove),
> - .driver = {
> - .owner = THIS_MODULE,
> - .name = "grlib-greth",
> - },
> };
>
> static int __init greth_init(void)
> --
> 1.7.0.4
>
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists