Re: [PATCH 2/2] phylib: make mdio-gpio work without OF
From: Mike Frysinger <hidden>
Date: 2008-10-31 22:07:55
From: Mike Frysinger <hidden>
Date: 2008-10-31 22:07:55
On Fri, Oct 31, 2008 at 12:49, Paulius Zaleckas wrote:
+#ifndef NO_IRQ +#define NO_IRQ 0 +#endif
discussions elsewhere indicate this should die. -if (irq != NO_IRQ) +if (irq) -mike