From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751673AbdLBGfB (ORCPT ); Sat, 2 Dec 2017 01:35:01 -0500 Received: from mail-pl0-f42.google.com ([209.85.160.42]:41519 "EHLO mail-pl0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751395AbdLBGfA (ORCPT ); Sat, 2 Dec 2017 01:35:00 -0500 X-Google-Smtp-Source: AGs4zMblqSZg4eI3JvaF7XyRpMD8LbO5Gx/N9oOSU2yJhk6ZIpCizozU//efawspaiDLBrqSj+8SQQ== Date: Fri, 1 Dec 2017 22:34:55 -0800 From: Nicolin Chen To: broonie@kernel.org Cc: linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, tiwai@suse.com, perex@perex.cz, bhumirks@gmail.com Subject: Re: [PATCH 9/9] ASoC: eukrea-tlv320: Remove include line of fsl_ssi.h Message-ID: <20171202063454.GA9256@Asurada-CZ80> References: <1512195805-9023-1-git-send-email-nicoleotsuka@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512195805-9023-1-git-send-email-nicoleotsuka@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 01, 2017 at 10:23:25PM -0800, Nicolin Chen wrote: > The eukrea-tlv320 driver is still compiled successfully without > any erorr using imx_v6_v6_defconfig, after removing it. A typo here, should be imx_v6_v7_defconfig. Sending a v2 anyway. Please ignore this version. Thanks.