diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-02-27 14:55:22 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-02-27 14:55:22 +0000 |
commit | 6ea96e111e6a7f06ef62227bf64e8cd65bd705b3 (patch) | |
tree | 0804f263c88872ce2037e8ef6669e926fd26adea /arch/arm/mach-davinci | |
parent | 12db9588ff811ae43a476b1234b27323055ab3ad (diff) | |
download | blackbird-obmc-linux-6ea96e111e6a7f06ef62227bf64e8cd65bd705b3.tar.gz blackbird-obmc-linux-6ea96e111e6a7f06ef62227bf64e8cd65bd705b3.zip |
ARM: davinci: add back dummy header files
The mach/dm365.h and mach/dm646xh headers are currently being included
in some device drivers. The removal of those includes is already merged
in some subsystem trees, but adding the dummy files ensures that this
branch can be built standalone.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/dm365.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-davinci/include/mach/dm646x.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/dm365.h b/arch/arm/mach-davinci/include/mach/dm365.h new file mode 100644 index 000000000000..b9bf3d6a4423 --- /dev/null +++ b/arch/arm/mach-davinci/include/mach/dm365.h @@ -0,0 +1 @@ +/* empty, remove once unused */ diff --git a/arch/arm/mach-davinci/include/mach/dm646x.h b/arch/arm/mach-davinci/include/mach/dm646x.h new file mode 100644 index 000000000000..b9bf3d6a4423 --- /dev/null +++ b/arch/arm/mach-davinci/include/mach/dm646x.h @@ -0,0 +1 @@ +/* empty, remove once unused */ |