From mboxrd@z Thu Jan 1 00:00:00 1970 From: tytso@mit.edu (Theodore Ts'o) Date: Tue, 17 Jul 2012 13:12:51 -0400 Subject: [PATCH -next] random: Remove remaining relicts of rand_initialize_irq() In-Reply-To: <1342524793-2522-1-git-send-email-sedat.dilek@gmail.com> References: <1342524793-2522-1-git-send-email-sedat.dilek@gmail.com> Message-ID: <20120717171251.GD6049@thunk.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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