From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752410AbdLNGAh (ORCPT ); Thu, 14 Dec 2017 01:00:37 -0500 Received: from ozlabs.org ([103.22.144.67]:35381 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751186AbdLNGAf (ORCPT ); Thu, 14 Dec 2017 01:00:35 -0500 Date: Thu, 14 Dec 2017 17:00:33 +1100 From: Stephen Rothwell To: Greg KH Cc: Linux-Next Mailing List , Linux Kernel Mailing List , John Stultz Subject: linux-next: build failure after merge of the staging.current tree Message-ID: <20171214170033.24a606b6@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, After merging the staging.current tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/staging/android/ion/ion_cma_heap.c: In function 'ion_cma_allocate': drivers/staging/android/ion/ion_cma_heap.c:38:14: error: 'CONFIG_CMA_ALIGNMENT' undeclared (first use in this function) if (align > CONFIG_CMA_ALIGNMENT) ^ Caused by commit d98e6dbf42f7 ("staging: ion: Fix ion_cma_heap allocations") CONFIG_CMA_ALIGNMENT (and CONFIG_DMA_CMA) is not set for this build. I have reverted that commit for today. -- Cheers, Stephen Rothwell