On Wed, Aug 15, 2012 at 6:44 PM, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > After merging the infiniband tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > drivers/net/ethernet/mellanox/mlx4/mr.c: In function 'mlx4_buddy_init': > drivers/net/ethernet/mellanox/mlx4/mr.c:134:4: error: implicit declaration of function 'vzalloc' [-Werror=implicit-function-declaration] > drivers/net/ethernet/mellanox/mlx4/mr.c:134:19: warning: assignment makes pointer from integer without a cast [enabled by default] > drivers/net/ethernet/mellanox/mlx4/mr.c:148:4: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] > cc1: some warnings being treated as errors Thanks, should be fixed in tomorrow's for-next (added include of <linux/vmalloc.h>). > See Rule 1 in Documentation/SubmitChecklist. Heh, but it compiles fine on x86! - R. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html