watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict
[pandora-kernel.git] / drivers / watchdog / imx2_wdt.c
index ea25885..2ee7dac 100644 (file)
@@ -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         = {