Skip to content

Commit

Permalink
ARM: davinci: add back dummy header files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann committed Feb 27, 2012
1 parent 12db958 commit 6ea96e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-davinci/include/mach/dm365.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* empty, remove once unused */
1 change: 1 addition & 0 deletions arch/arm/mach-davinci/include/mach/dm646x.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* empty, remove once unused */

0 comments on commit 6ea96e1

Please sign in to comment.