|
@@ -838,7 +838,7 @@ static int gpmc_setup_irq(void)
|
|
|
return request_irq(gpmc_irq, gpmc_handle_irq, 0, "gpmc", NULL);
|
|
|
}
|
|
|
|
|
|
-static __exit int gpmc_free_irq(void)
|
|
|
+static __devexit int gpmc_free_irq(void)
|
|
|
{
|
|
|
int i;
|
|
|
|
|
@@ -944,7 +944,7 @@ static __devinit int gpmc_probe(struct platform_device *pdev)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static __exit int gpmc_remove(struct platform_device *pdev)
|
|
|
+static __devexit int gpmc_remove(struct platform_device *pdev)
|
|
|
{
|
|
|
gpmc_free_irq();
|
|
|
gpmc_mem_exit();
|