소스 검색

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>
Arnd Bergmann 13 년 전
부모
커밋
6ea96e111e
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      arch/arm/mach-davinci/include/mach/dm365.h
  2. 1 0
      arch/arm/mach-davinci/include/mach/dm646x.h

+ 1 - 0
arch/arm/mach-davinci/include/mach/dm365.h

@@ -0,0 +1 @@
+/* empty, remove once unused */

+ 1 - 0
arch/arm/mach-davinci/include/mach/dm646x.h

@@ -0,0 +1 @@
+/* empty, remove once unused */