]> www.infradead.org Git - users/willy/xarray.git/commit
mtd: rawnand: davinci: make platform_data private
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 14 Aug 2024 12:21:18 +0000 (14:21 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 23 Aug 2024 17:29:20 +0000 (19:29 +0200)
commitccce71013406a0a3c81850dab940f07b112349d3
treee839499eba996de461c81a5e5b24028a549b33fc
parent1824520e7477bedf76bd08c32261c755e6405cd9
mtd: rawnand: davinci: make platform_data private

There are no longer any users of the platform data for davinci rawnand
in board files. We can remove the public pdata headers and move the
structures that are still used into the driver compilation unit while
removing the rest.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240814122120.13975-1-brgl@bgdev.pl
drivers/mtd/nand/raw/davinci_nand.c
include/linux/platform_data/mtd-davinci-aemif.h [deleted file]
include/linux/platform_data/mtd-davinci.h [deleted file]