From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752789AbbJENSU (ORCPT ); Mon, 5 Oct 2015 09:18:20 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:54259 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752670AbbJENSP (ORCPT ); Mon, 5 Oct 2015 09:18:15 -0400 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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