Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87017
b: refs/heads/master
c: 0f8afa7
h: refs/heads/master
i:
  87015: e9b4b6a
v: v3
  • Loading branch information
Paul Mundt committed Mar 6, 2008
1 parent 7448c78 commit 391fcd5
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: dd4f99b42dcce8f84ff6b8ec3d375b54a0785c7e
refs/heads/master: 0f8afa7ca9117276e9519239ed0553be2f04d269
4 changes: 2 additions & 2 deletions trunk/drivers/video/hitfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ static int __init hitfb_probe(struct platform_device *dev)
return 0;
}

static int __devexit hitfb_remove(struct platform_device *dev)
static int __exit hitfb_remove(struct platform_device *dev)
{
return unregister_framebuffer(&fb_info);
}
Expand Down Expand Up @@ -439,7 +439,7 @@ static int hitfb_resume(struct platform_device *dev)

static struct platform_driver hitfb_driver = {
.probe = hitfb_probe,
.remove = __devexit_p(hitfb_remove),
.remove = __exit_p(hitfb_remove),
#ifdef CONFIG_PM
.suspend = hitfb_suspend,
.resume = hitfb_resume,
Expand Down

0 comments on commit 391fcd5

Please sign in to comment.