Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752626AbdFVHNy (ORCPT ); Thu, 22 Jun 2017 03:13:54 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:57811 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149AbdFVHNx (ORCPT ); Thu, 22 Jun 2017 03:13:53 -0400 Date: Thu, 22 Jun 2017 09:13:36 +0200 From: Boris Brezillon To: Daniel Vetter Cc: kbuild test robot , Peter Rosin , nouveau@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, Daniel Vetter , Ben Skeggs , Dave Airlie , intel-gfx@lists.freedesktop.org, virtualization@lists.linux-foundation.org, Vincent Abriou , Philippe Cornu , Christian =?UTF-8?B?S8O2bmln?= , Yannick Fertre , kbuild-all@01.org, Alex Deucher , Gerd Hoffmann Subject: Re: [PATCH 11/11] drm: remove unused and redundant callbacks Message-ID: <20170622091336.3ef46ba5@bbrezillon> In-Reply-To: <20170622063755.3bfwybkotacyn4p7@phenom.ffwll.local> References: <1497986735-14418-12-git-send-email-peda@axentia.se> <201706220036.6WxRju5X%fengguang.wu@intel.com> <20170622063755.3bfwybkotacyn4p7@phenom.ffwll.local> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) 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 Content-Length: 1268 Lines: 29 On Thu, 22 Jun 2017 08:37:55 +0200 Daniel Vetter wrote: > On Thu, Jun 22, 2017 at 12:34:36AM +0800, kbuild test robot wrote: > > Hi Peter, > > > > [auto build test ERROR on drm/drm-next] > > [also build test ERROR on next-20170621] > > [cannot apply to v4.12-rc6] > > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > > > url: https://github.com/0day-ci/linux/commits/Peter-Rosin/improve-the-fb_setcmap-helper/20170621-205441 > > base: git://people.freedesktop.org/~airlied/linux.git drm-next > > config: arm-allmodconfig (attached as .config) > > compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 > > reproduce: > > wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > # save the attached .config to linux build tree > > make.cross ARCH=arm > > > > All errors (new ones prefixed by >>): > > > > >> drivers/gpu//drm/armada/armada_fbdev.c:121:2: error: unknown field 'gamma_set' specified in initializer > > .gamma_set = armada_drm_crtc_gamma_set, > > Looks like you've missed at least the armada driver in your conversion? Already fixed in v2 ;-).