From: Arnd Bergmann Date: Mon, 27 Feb 2012 14:55:22 +0000 (+0000) Subject: ARM: davinci: add back dummy header files X-Git-Tag: v3.4-rc1~91^2~11^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6ea96e111e6a7f06ef62227bf64e8cd65bd705b3;p=karo-tx-linux.git 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 --- 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 */