ARM: davinci: make headers more local

Some header files are never included outside of a mach-davinci
directory and do not need to be made visible in include/mach,
so let's just move them all down one level.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
Arnd Bergmann
2015-01-30 10:45:33 +01:00
parent d8b2823e95
commit 3acf731cca
24 changed files with 23 additions and 23 deletions

View File

@@ -14,7 +14,7 @@
#include <linux/genalloc.h>
#include <mach/common.h>
#include <mach/sram.h>
#include "sram.h"
static struct gen_pool *sram_pool;