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 <baruch@tkos.co.il>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Baruch Siach 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.