From mboxrd@z Thu Jan 1 00:00:00 1970 From: jgarzik@pobox.com (Jeff Garzik) Date: Tue, 11 Sep 2012 13:11:28 -0400 Subject: [PATCH 07/16] ARM: pxa: move platform_data definitions In-Reply-To: <1347368390-31252-7-git-send-email-arnd@arndb.de> References: <1347368350-31212-1-git-send-email-arnd@arndb.de> <1347368390-31252-1-git-send-email-arnd@arndb.de> <1347368390-31252-7-git-send-email-arnd@arndb.de> Message-ID: <504F70C0.7070307@pobox.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/11/2012 08:59 AM, Arnd Bergmann wrote: > Platform data for device drivers should be defined in > include/linux/platform_data/*.h, not in the architecture > and platform specific directories. > > This moves such data out of the pxa include directories > > Signed-off-by: Arnd Bergmann > Cc: Eric Miao > Cc: Haojian Zhuang > Cc: Marek Vasut > Cc: Daniel Ribeiro > Cc: Stefan Schmidt > Cc: Harald Welte > Cc: Philipp Zabel > Cc: Paul Parsons > Cc: Robert Jarzmik > Cc: Tomas Cech > Cc: Sergey Lapin > Cc: Jonathan Cameron > Cc: Jeff Garzik > Cc: Vinod Koul > Cc: Dan Williams > Cc: Dmitry Torokhov > Cc: Mauro Carvalho Chehab > Cc: Chris Ball > Cc: David Woodhouse > Cc: Samuel Ortiz > Cc: Alan Stern > Cc: Greg Kroah-Hartman > Cc: Florian Tobias Schandinat > Cc: Liam Girdwood > Cc: Mark Brown > Cc: Jaroslav Kysela > Cc: Takashi Iwai > Cc: Guennadi Liakhovetski > Cc: Artem Bityutskiy > Cc: openezx-devel at lists.openezx.org Acked-by: Jeff Garzik