From: David Miller <davem@xxxxxxxxxxxxx> Date: Fri, 18 Mar 2011 14:54:43 -0700 (PDT) > > Mostly this is to get allmodconfig builds going clean again. > Drivers using this interface aren't actually even possible > on sparc systems. > > On sparc we pre-compute IRQ values, therefore the implementation > is simply to find the platform_device which matches the given > device node, then return the pre-computed IRQ value if the > requested index is in-range. > > Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> Ok, obviously this patch is bogus because we already have an implementation in of_device_common.c The real issue is the lack of NO_IRQ definition so I'll simply add a patch for those defines instead. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html