The patch titled fix build error for HISAX_NETJET has been added to the -mm tree. Its filename is fix-build-error-for-hisax_netjet.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix build error for HISAX_NETJET From: Toralf Foerster <toralf.foerster@xxxxxx> Fix a build error for the enter:now PCI card. Signed-off-by: Toralf Foerster <toralf.foerster@xxxxxx> Acked-by: Karsten Keil <kkeil@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/isdn/hisax/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/isdn/hisax/Kconfig~fix-build-error-for-hisax_netjet drivers/isdn/hisax/Kconfig --- a/drivers/isdn/hisax/Kconfig~fix-build-error-for-hisax_netjet +++ a/drivers/isdn/hisax/Kconfig @@ -344,7 +344,7 @@ config HISAX_HFC_SX config HISAX_ENTERNOW_PCI bool "Formula-n enter:now PCI card" - depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || FRV)) + depends on HISAX_NETJET && PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || FRV)) help This enables HiSax support for the Formula-n enter:now PCI ISDN card. _ Patches currently in -mm which might be from toralf.foerster@xxxxxx are fix-build-error-for-hisax_netjet.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html