]> Git Repo - linux.git/commitdiff
gpio: msm-v1: Remove errant __devinit to fix compile
authorStephen Boyd <[email protected]>
Tue, 4 Jun 2013 19:20:00 +0000 (12:20 -0700)
committerDavid Brown <[email protected]>
Wed, 12 Jun 2013 21:49:06 +0000 (14:49 -0700)
Commit 7bce696 (gpio: Make gpio-msm-v1 into a platform driver,
2013-03-04) was based on an older kernel where __devinit still
existed. Remove the erroneous __devinit marking.

Cc: David Brown <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Signed-off-by: David Brown <[email protected]>
drivers/gpio/gpio-msm-v1.c

index c798585a3fe5902bcb65376fe87bf87636416af9..fb2cc90d013423ce15fe34c550493cd329ebb26d 100644 (file)
@@ -630,7 +630,7 @@ static struct irq_chip msm_gpio_irq_chip = {
        .irq_set_type  = msm_gpio_irq_set_type,
 };
 
-static int __devinit gpio_msm_v1_probe(struct platform_device *pdev)
+static int gpio_msm_v1_probe(struct platform_device *pdev)
 {
        int i, j = 0;
        const struct platform_device_id *dev_id = platform_get_device_id(pdev);
This page took 0.061074 seconds and 4 git commands to generate.