From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934923AbbEOUK6 (ORCPT ); Fri, 15 May 2015 16:10:58 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:39313 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934313AbbEOUK4 (ORCPT ); Fri, 15 May 2015 16:10:56 -0400 Date: Fri, 15 May 2015 22:10:44 +0200 From: Ralf Baechle To: Nicholas Krause Cc: akpm@linux-foundation.org, kumba@gentoo.org, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND] mips:Fix build error for ip32_defconfig configuration Message-ID: <20150515201044.GG2322@linux-mips.org> References: <1431613217-2517-1-git-send-email-xerofoify@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1431613217-2517-1-git-send-email-xerofoify@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 14, 2015 at 10:20:17AM -0400, Nicholas Krause wrote: > This fixes the make error when building the ip32_defconfig > configuration due to using sgio2_cmos_devinit rather then > the correct function,sgio2_rtc_devinit in a device_initcall > below this function's definition. I've already applied Joshua Kinard's https://patchwork.linux-mips.org/patch/9787/ with a minor cosmetic touchup. Ralf