dma: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Li Yang <leoli@freescale.com> Cc: Zhang Wei <zw@zh-kernel.org> Cc: Barry Song <baohua.song@csr.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
a7d6e3ec28
commit
463a1f8b3c
@@ -1225,7 +1225,7 @@ static void middma_shutdown(struct pci_dev *pdev)
|
||||
* Initialize the PCI device, map BARs, query driver data.
|
||||
* Call setup_dma to complete contoller and chan initilzation
|
||||
*/
|
||||
static int __devinit intel_mid_dma_probe(struct pci_dev *pdev,
|
||||
static int intel_mid_dma_probe(struct pci_dev *pdev,
|
||||
const struct pci_device_id *id)
|
||||
{
|
||||
struct middma_device *device;
|
||||
|
Reference in New Issue
Block a user