commit | 651eb7322407173d5f1ac5a149e381a4044858f4 | [log] [tgz] |
---|---|---|
author | Tom Warren <twarren@nvidia.com> | Mon Sep 10 08:47:51 2012 -0700 |
committer | Tom Warren <twarren@nvidia.com> | Mon Sep 10 15:31:11 2012 -0700 |
tree | 6b7e8c5975d87ba3838ce29a349f45ebc0a33a66 | |
parent | 29f3e3f24832fccdd7ce5fa961bc4d4005b07381 [diff] |
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>