Skip to content

Commit

Permalink
watchdog: gef_wdt.c: add missing remove callback
Browse files Browse the repository at this point in the history
this module missed a remove callback in the platform ops.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Devendra Naga authored and Wim Van Sebroeck committed Mar 1, 2013
1 parent 6c41e47 commit 6737176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/watchdog/gef_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ static struct platform_driver gef_wdt_driver = {
.of_match_table = gef_wdt_ids,
},
.probe = gef_wdt_probe,
.remove = gef_wdt_remove,
};

static int __init gef_wdt_init(void)
Expand Down

0 comments on commit 6737176

Please sign in to comment.