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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 BDC19C34033 for ; Tue, 18 Feb 2020 09:38:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 92C2F21D7D for ; Tue, 18 Feb 2020 09:38:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582018709; bh=wN2JB0HJOjbQl/J39ymDQJ32DK1gzowbEoZAxeaoJwU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=kIhG+sQX43HFlADl/JmJujct1+0Ge5gUNvr0rRqlX3XywVnF1jaRAdrhRz7+OUrzH UifMUiOEaQRQkqLZe0zbCGh7Jz6y1+CFEKDv4ZADgIqUO8ygJtj5+KNmahl/8X80B6 IqXlE2c8rhKr2N4gyuX7mMLiRPOfEFMwPPmMRW+o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726582AbgBRJiZ (ORCPT ); Tue, 18 Feb 2020 04:38:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:44080 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726539AbgBRJiY (ORCPT ); Tue, 18 Feb 2020 04:38:24 -0500 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D56C5206E2; Tue, 18 Feb 2020 09:38:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582018704; bh=wN2JB0HJOjbQl/J39ymDQJ32DK1gzowbEoZAxeaoJwU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=v4LNxdHGj6cz++0BF3KqsO5JRRU1gQlsjgXrZU7ucabAD+RqnMFycvRl/BcYq+mq2 rysMF5EGJHzDWOBCz86+gzh4xy/U1Mb6TlcOPWVesLec18RlkuDGblYKKe6qpbPYe2 psdXLMcbgHHAh4VECtx9w7vBrxcT0Za20fPIAH7s= Date: Tue, 18 Feb 2020 17:38:18 +0800 From: Shawn Guo To: Peng Fan Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Leonard Crestez Subject: Re: linux-next: build failure after merge of the imx-mxs tree Message-ID: <20200218093817.GD6075@dragon> References: <20200218130859.3deb3404@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Tue, Feb 18, 2020 at 02:18:00AM +0000, Peng Fan wrote: > > > Subject: linux-next: build failure after merge of the imx-mxs tree > > Sorry for this. I'll fix it. It should be the functions not defined when > IMX_SCU not defined. I'm dropping the patch from my branch for now. Shawn