From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 17 Nov 2015 11:58:52 +0100 Subject: [PATCH] [media] move media platform data to linux/platform_data/media In-Reply-To: <564B04CF.1090507@gmail.com> References: <4d99e49726942dc4d6a6ee1debf6665b2b47908b.1447751746.git.mchehab@osg.samsung.com> <7319142.Cp8MurgLWk@wuerfel> <564B04CF.1090507@gmail.com> Message-ID: <17824361.38HLxMaChG@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 17 November 2015 11:43:27 Anton Bondarenko wrote: > On 17.11.2015 10:23, Arnd Bergmann wrote: > > On Tuesday 17 November 2015 07:15:59 Mauro Carvalho Chehab wrote: > >> Now that media has its own subdirectory inside platform_data, > >> let's move the headers that are already there to such subdir. > >> > >> > > > > Acked-by: Arnd Bergmann > > Why does dma-imx.h also moved? It's the generic file, not a media specific. You are right, I missed that when I looked at the patch. That part of the patch needs to be taken out. Arnd