lkml.org 
[lkml]   [2007]   [Apr]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[2.6 patch] drivers/mtd/maps/ck804xrom.c: convert pci_module_init()
    This patch converts the pci_module_init() usage to pci_register_driver().

    It's currently #if 0'ed, but still not a bad idea to change it.

    Signed-off-by: Adrian Bunk <bunk@stusta.de>

    ---

    This patch has been sent on:
    - 6 Apr 2007

    --- linux-2.6.21-rc5-mm4/drivers/mtd/maps/ck804xrom.c.old 2007-04-05 20:39:54.000000000 +0200
    +++ linux-2.6.21-rc5-mm4/drivers/mtd/maps/ck804xrom.c 2007-04-05 20:40:15.000000000 +0200
    @@ -338,7 +338,7 @@
    }
    return -ENXIO;
    #if 0
    - return pci_module_init(&ck804xrom_driver);
    + return pci_register_driver(&ck804xrom_driver);
    #endif
    }

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

    \
     
     \ /
      Last update: 2007-04-27 01:51    [W:2.439 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site