From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756249AbcIGBtp (ORCPT ); Tue, 6 Sep 2016 21:49:45 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:37235 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755286AbcIGBto (ORCPT ); Tue, 6 Sep 2016 21:49:44 -0400 Date: Wed, 7 Sep 2016 03:49:37 +0200 From: Andrew Lunn To: Arnd Bergmann Cc: Jason Cooper , Gregory Clement , Sebastian Hesselbarth , linux-arm-kernel@lists.infradead.org, Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] ARM: orion5x: remove extraneous NO_IRQ Message-ID: <20160907014937.GB10007@lunn.ch> References: <20160906140623.2853066-1-arnd@arndb.de> <20160906140623.2853066-4-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160906140623.2853066-4-arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 06, 2016 at 04:06:23PM +0200, Arnd Bergmann wrote: > rd88f6183ap-ge passes NO_IRQ as the interrupt line for its m25p80 > NOR flash. However, this device never uses an interrupt and the > driver doesn't care, so we can simply remove the deprecated constant > here. > > Signed-off-by: Arnd Bergmann Reviewed-by: Andrew Lunn Andrew