Re: [PATCH 0 of 16] ipath - driver submission for 2.6.17

From: Roland Dreier
Date: Thu Mar 30 2006 - 15:56:21 EST


Looks like there are still problems with dependencies on networking.
If I start with allnoconfig and just enable CONFIG_PCI,
CONFIG_PCI_MSI, CONFIG_INFINIBAND, CONFIG_IPATH_CORE and
CONFIG_INFINIBAND_IPATH, the build ends with:

LD .tmp_vmlinux1
drivers/built-in.o: In function `ipath_free_pddata': undefined reference to `kfree_skb'
drivers/built-in.o: In function `ipath_alloc_skb': undefined reference to `__alloc_skb'
drivers/built-in.o: In function `ipath_kreceive': undefined reference to `skb_over_panic'
drivers/built-in.o: In function `ipath_init_chip': undefined reference to `kfree_skb'

Should I just make IPATH_CORE depend on NET as well?

- R.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/