Skip to content

Commit

Permalink
watchdog: [PATCH 3/3] imx2_wdt: fix section mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Baruch Siach <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Reviewed-by: Wolfram Sang <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
  • Loading branch information
baruchsiach authored and Wim Van Sebroeck committed Jun 13, 2010
1 parent 7e27d6e commit 8acf7d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/watchdog/imx2_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ static void imx2_wdt_shutdown(struct platform_device *pdev)
}

static struct platform_driver imx2_wdt_driver = {
.probe = imx2_wdt_probe,
.remove = __exit_p(imx2_wdt_remove),
.shutdown = imx2_wdt_shutdown,
.driver = {
Expand Down

0 comments on commit 8acf7d0

Please sign in to comment.