04 Jan, 2013

1 commit

  • CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
    markings need to be removed.

    This change removes the use of __devinit, __devexit_p, __devinitdata,
    __devinitconst, and __devexit from these drivers.

    Based on patches originally written by Bill Pemberton, but redone by me
    in order to handle some of the coding style issues better, by hand.

    Cc: Bill Pemberton
    Cc: "David S. Miller"
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

06 Oct, 2012

1 commit


30 Dec, 2008

1 commit

  • * Use pci_name(dev) instead of hwif->name in init_hwif_rz1000().

    * init_hwif_rz1000() -> rz1000_init_chipset(). Update rz1000_init_one()
    to use rz1000_init_chipset() and add now required rz1000_remove().

    * Remove superfluous ide_rz1000 chipset type.

    v2:
    * unsigned int rz1000_init_chipset() -> int rz1000_disable_readahead()
    per Sergei's suggestion.

    Cc: Sergei Shtylyov
    Signed-off-by: Bartlomiej Zolnierkiewicz

    Bartlomiej Zolnierkiewicz
     

22 Oct, 2008

1 commit