> Hello all,
> While 'make modules', I received the following error:
> isdn_common.c:2256: `ISDN_MINOR_B' undeclared (first use in this function)
ISDN_MINOR_B was 0 in old trees, so replacing the error line
with s/ISDN_MINOR_B + k/k/ would have same consequences.
-- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/