From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pb0-x22f.google.com ([2607:f8b0:400e:c01::22f]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VqHVz-00050V-5b for linux-mtd@lists.infradead.org; Tue, 10 Dec 2013 07:13:56 +0000 Received: by mail-pb0-f47.google.com with SMTP id um1so7054092pbc.20 for ; Mon, 09 Dec 2013 23:13:32 -0800 (PST) Date: Mon, 9 Dec 2013 23:13:24 -0800 From: Brian Norris To: Jingoo Han Subject: Re: [PATCH 19/39] mtd: denali: remove DEFINE_PCI_DEVICE_TABLE macro Message-ID: <20131210071324.GA11489@norris.computersforpeace.net> References: <001501ceefb1$69c96820$3d5c3860$%han@samsung.com> <002801ceefb4$cef24a20$6cd6de60$%han@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002801ceefb4$cef24a20$6cd6de60$%han@samsung.com> Cc: 'Greg Kroah-Hartman' , 'David Woodhouse' , linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Dec 03, 2013 at 08:18:28AM +0900, Jingoo Han wrote: > Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro > is not preferred. > > Signed-off-by: Jingoo Han Pushed to l2-mtd.git. Brian From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752079Ab3LJHNe (ORCPT ); Tue, 10 Dec 2013 02:13:34 -0500 Received: from mail-pb0-f49.google.com ([209.85.160.49]:33166 "EHLO mail-pb0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751976Ab3LJHNd (ORCPT ); Tue, 10 Dec 2013 02:13:33 -0500 Date: Mon, 9 Dec 2013 23:13:24 -0800 From: Brian Norris To: Jingoo Han Cc: "'Greg Kroah-Hartman'" , linux-kernel@vger.kernel.org, "'David Woodhouse'" , linux-mtd@lists.infradead.org Subject: Re: [PATCH 19/39] mtd: denali: remove DEFINE_PCI_DEVICE_TABLE macro Message-ID: <20131210071324.GA11489@norris.computersforpeace.net> References: <001501ceefb1$69c96820$3d5c3860$%han@samsung.com> <002801ceefb4$cef24a20$6cd6de60$%han@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002801ceefb4$cef24a20$6cd6de60$%han@samsung.com> 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, Dec 03, 2013 at 08:18:28AM +0900, Jingoo Han wrote: > Don't use DEFINE_PCI_DEVICE_TABLE macro, because this macro > is not preferred. > > Signed-off-by: Jingoo Han Pushed to l2-mtd.git. Brian