lkml.org 
[lkml]   [2010]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 18/37] drivers/pcmcia: use .dev.of_node instead of .node in struct of_device
    Date
    .node is being removed

    Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
    ---

    drivers/pcmcia/electra_cf.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/drivers/pcmcia/electra_cf.c b/drivers/pcmcia/electra_cf.c
    index 89cfddc..a4d821f 100644
    --- a/drivers/pcmcia/electra_cf.c
    +++ b/drivers/pcmcia/electra_cf.c
    @@ -184,7 +184,7 @@ static int __devinit electra_cf_probe(struct of_device *ofdev,
    const struct of_device_id *match)
    {
    struct device *device = &ofdev->dev;
    - struct device_node *np = ofdev->node;
    + struct device_node *np = ofdev->dev.of_node;
    struct electra_cf_socket *cf;
    struct resource mem, io;
    int status;


    \
     
     \ /
      Last update: 2010-03-11 19:17    [W:2.130 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site