From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755942Ab2GQRNa (ORCPT ); Tue, 17 Jul 2012 13:13:30 -0400 Received: from li9-11.members.linode.com ([67.18.176.11]:39504 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754721Ab2GQRNW (ORCPT ); Tue, 17 Jul 2012 13:13:22 -0400 Date: Tue, 17 Jul 2012 13:12:51 -0400 From: "Theodore Ts'o" To: Sedat Dilek Cc: Tony Luck , Fenghua Yu , Linus Walleij , Samuel Ortiz , Andrew Morton , David Howells , "Srivatsa S. Bhat" , "David S. Miller" , Eric Dumazet , "H. Peter Anvin" , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org, Stephen Rothwell Subject: Re: [PATCH -next] random: Remove remaining relicts of rand_initialize_irq() Message-ID: <20120717171251.GD6049@thunk.org> Mail-Followup-To: Theodore Ts'o , Sedat Dilek , Tony Luck , Fenghua Yu , Linus Walleij , Samuel Ortiz , Andrew Morton , David Howells , "Srivatsa S. Bhat" , "David S. Miller" , Eric Dumazet , "H. Peter Anvin" , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org, Stephen Rothwell References: <1342524793-2522-1-git-send-email-sedat.dilek@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1342524793-2522-1-git-send-email-sedat.dilek@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 17, 2012 at 01:33:13PM +0200, Sedat Dilek wrote: > rand_initialize_irq() was removed here: > > commit 946672f548682905d8ecdab33bb6e2c705418505 > "random: remove rand_initialize_irq()" > > The AB3100 mfd-driver is the only driver still using it and breaks > with the following error-messages in linux-next (next-20120717) Oops. Sorry, I thought I had caught all of the users of rand_initialize_irq(). Thanks for catching this! I'll take your advice and merge it into the original commit. - Ted