From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 05 Oct 2015 15:18:16 +0200 (CEST) Received: from smtp2-g21.free.fr ([212.27.42.2]:8462 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27009506AbbJENSOR6o78 (ORCPT ); Mon, 5 Oct 2015 15:18:14 +0200 Received: from avionic-0020 (unknown [91.60.2.86]) (Authenticated sender: albeu@free.fr) by smtp2-g21.free.fr (Postfix) with ESMTPSA id 5CF9C4B0049; Mon, 5 Oct 2015 15:18:07 +0200 (CEST) Date: Mon, 5 Oct 2015 15:18:03 +0200 From: Alban To: Thierry Reding Cc: Ralf Baechle , Lars-Peter Clausen , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Alban Subject: Re: [PATCH] MIPS: jz4740: Add missing gpio.h include Message-ID: <20151005151803.5b5a5b40@avionic-0020> In-Reply-To: <1444044571-11304-1-git-send-email-thierry.reding@gmail.com> References: <1444044571-11304-1-git-send-email-thierry.reding@gmail.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 49440 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: albeu@free.fr Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Am Mon, 5 Oct 2015 13:29:31 +0200 schrieb Thierry Reding : > Commit 832f5dacfa0b ("MIPS: Remove all the uses of custom gpio.h") was > incomplete in that it didn't replace any of the includes for the JZ4740 > platform and thus broke the qi_lb60_defconfig build. The fix for this break has just been merged upstream yesterday. Alban