Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333321
b: refs/heads/master
c: 61687c6
h: refs/heads/master
i:
  333319: 93b6ea9
v: v3
  • Loading branch information
Afzal Mohammed authored and Tony Lindgren committed Oct 8, 2012
1 parent f1e75f3 commit b687b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 533b298110475804b15b93475389736140bf4aa9
refs/heads/master: 61687c611a1c4f7906d2f6f591da18d0b092ad34
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/gpmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit b687b5c

Please sign in to comment.