From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean MacLennan Subject: Re: [PATCH 12/27] drivers/mtd/of: don't use deprecated field in of_platform_driver Date: Fri, 12 Mar 2010 12:31:02 -0500 Message-ID: <20100312123102.453ff2d0@lappy.seanm.ca> References: <20100311181604.13103.30088.stgit@angua> <20100311182253.13103.92479.stgit@angua> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: alsa-devel@alsa-project.org, gregkh@suse.de, linux-ide@vger.kernel.org, James.Bottomley@suse.de, linux-i2c@vger.kernel.org, sparclinux@vger.kernel.org, jeremy.kerr@canonical.com, sfr@canb.auug.org.au, linux-scsi@vger.kernel.org, jgarzik@pobox.com, microblaze-uclinux@itee.uq.edu.au, devicetree-discuss@lists.ozlabs.org, ben-linux@fluff.org, monstr@monstr.eu, linuxppc-dev@ozlabs.org, netdev@vger.kernel.org, broonie@opensource.wolfsonmicro.com, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, dwmw2@infradead.org, davem@davemloft.net To: Grant Likely Return-path: In-Reply-To: <20100311182253.13103.92479.stgit@angua> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@lists.ozlabs.org List-Id: netdev.vger.kernel.org On Thu, 11 Mar 2010 11:22:54 -0700 Grant Likely wrote: > .name, .match_table and .owner are duplicated in both > of_platform_driver and device_driver, so the of_platform_driver > copies will be removed soon. > > Signed-off-by: Grant Likely NDFC Acked-by: Sean MacLennan