]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
NAND: MXS: include common.h first so cache.h is included in correct order
authorTom Warren <twarren@nvidia.com>
Mon, 10 Sep 2012 15:47:51 +0000 (08:47 -0700)
committerTom Warren <twarren@nvidia.com>
Mon, 10 Sep 2012 22:31:11 +0000 (15:31 -0700)
commit651eb7322407173d5f1ac5a149e381a4044858f4
tree6b7e8c5975d87ba3838ce29a349f45ebc0a33a66
parent29f3e3f24832fccdd7ce5fa961bc4d4005b07381
NAND: MXS: include common.h first so cache.h is included in correct order

With Simon Glass's include/nand.h alignment changes, some mxs builds
were generating errors. Fix is to ensure asm/cache.h is included before
linux/mtd/nand.h. Moving common.h to top of include list does that.

Signed-off-by: Tom Warren <twarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Marek Vasut <marex@denx.de>
drivers/mtd/nand/mxs_nand.c