>+#ifdef CONFIG_ARM_SBSA_WATCHDOG_PANICCan't the driver revert to single stage mode if platform_get_irq()
>+ irq = platform_get_irq(pdev, 0);
>+ if (irq < 0) {
>+ dev_err(dev, "unable to get ws0 interrupt.\n");
>+ return irq;
>+ }
>+#endif
>+
fails? That way the value of 'irq' can be tested throughout the
_probe() function and the #ifdefs removed.