diff options
| -rw-r--r-- | arch/arm/mach-omap2/gpmc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index 8ab1e1bde5e9..5ac5cf30406a 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpmc.c | |||
| @@ -838,7 +838,7 @@ static int gpmc_setup_irq(void) | |||
| 838 | return request_irq(gpmc_irq, gpmc_handle_irq, 0, "gpmc", NULL); | 838 | return request_irq(gpmc_irq, gpmc_handle_irq, 0, "gpmc", NULL); |
| 839 | } | 839 | } |
| 840 | 840 | ||
| 841 | static __exit int gpmc_free_irq(void) | 841 | static __devexit int gpmc_free_irq(void) |
| 842 | { | 842 | { |
| 843 | int i; | 843 | int i; |
| 844 | 844 | ||
| @@ -944,7 +944,7 @@ static __devinit int gpmc_probe(struct platform_device *pdev) | |||
| 944 | return 0; | 944 | return 0; |
| 945 | } | 945 | } |
| 946 | 946 | ||
| 947 | static __exit int gpmc_remove(struct platform_device *pdev) | 947 | static __devexit int gpmc_remove(struct platform_device *pdev) |
| 948 | { | 948 | { |
| 949 | gpmc_free_irq(); | 949 | gpmc_free_irq(); |
| 950 | gpmc_mem_exit(); | 950 | gpmc_mem_exit(); |
