From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_NEOMUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8132DC10F0E for ; Tue, 9 Apr 2019 07:22:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 597C620833 for ; Tue, 9 Apr 2019 07:22:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726694AbfDIHWV (ORCPT ); Tue, 9 Apr 2019 03:22:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59518 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726079AbfDIHWU (ORCPT ); Tue, 9 Apr 2019 03:22:20 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 49D49307D849; Tue, 9 Apr 2019 07:22:20 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-116-65.ams2.redhat.com [10.36.116.65]) by smtp.corp.redhat.com (Postfix) with ESMTP id C8CF35D719; Tue, 9 Apr 2019 07:22:19 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 0489C16E03; Tue, 9 Apr 2019 09:22:19 +0200 (CEST) Date: Tue, 9 Apr 2019 09:22:18 +0200 From: Gerd Hoffmann To: Stephen Rothwell Cc: Daniel Vetter , Intel Graphics , DRI , Linux Next Mailing List , Linux Kernel Mailing List , Noralf =?utf-8?Q?Tr=C3=B8nnes?= , Sam Ravnborg Subject: Re: linux-next: build failure after merge of the drm-misc tree Message-ID: <20190409072218.nepac7a4pngacweh@sirius.home.kraxel.org> References: <20190409160849.391d3efa@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190409160849.391d3efa@canb.auug.org.au> User-Agent: NeoMutt/20180716 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Tue, 09 Apr 2019 07:22:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 09, 2019 at 04:08:49PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the drm-misc tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/gpu/drm/cirrus/cirrus.c: In function 'cirrus_fb_blit_rect': > drivers/gpu/drm/cirrus/cirrus.c:310:25: error: implicit declaration of function '__io_virt'; did you mean '__do_irq'? [-Werror=implicit-function-declaration] > drm_fb_memcpy_dstclip(__io_virt(cirrus->vram), > ^~~~~~~~~ > __do_irq Probably just a missing arm/io.h include. Test build is running ... cheers, Gerd