Merge tag 'regmap-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
[firefly-linux-kernel-4.4.55.git] / drivers / misc / spear13xx_pcie_gadget.c
index 123ed98eec3e3c1486264e8a0e0ef7dfcedc1909..7deb25dc86a7b2fd101203af1bc5d5ccbd127046 100644 (file)
@@ -711,7 +711,7 @@ static void spear13xx_pcie_device_init(struct spear_pcie_gadget_config *config)
        spear_dbi_write_reg(config, PCI_INTERRUPT_LINE, 1, 1);
 }
 
-static int __devinit spear_pcie_gadget_probe(struct platform_device *pdev)
+static int spear_pcie_gadget_probe(struct platform_device *pdev)
 {
        struct resource *res0, *res1;
        unsigned int status = 0;
@@ -853,7 +853,7 @@ err_rel_res0:
        return status;
 }
 
-static int __devexit spear_pcie_gadget_remove(struct platform_device *pdev)
+static int spear_pcie_gadget_remove(struct platform_device *pdev)
 {
        struct resource *res0, *res1;
        static struct pcie_gadget_target *target;