From b687b5c14ae02cff1d3c76024f115edf5b108e0d Mon Sep 17 00:00:00 2001 From: Afzal Mohammed Date: Thu, 4 Oct 2012 14:01:57 +0530 Subject: [PATCH] --- yaml --- r: 333321 b: refs/heads/master c: 61687c611a1c4f7906d2f6f591da18d0b092ad34 h: refs/heads/master i: 333319: 93b6ea9af7aa24e97d00cfe427b5318eab63daf8 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/gpmc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4b3f6a73ab85..edc5ef4c51b8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 533b298110475804b15b93475389736140bf4aa9 +refs/heads/master: 61687c611a1c4f7906d2f6f591da18d0b092ad34 diff --git a/trunk/arch/arm/mach-omap2/gpmc.c b/trunk/arch/arm/mach-omap2/gpmc.c index 8ab1e1bde5e9..5ac5cf30406a 100644 --- a/trunk/arch/arm/mach-omap2/gpmc.c +++ b/trunk/arch/arm/mach-omap2/gpmc.c @@ -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();