include/asm-generic/vtime.h: avoid zero-length file

patch(1) can't handle zero-length files - it appears to simply not create
the file, so my powerpc build fails.

Put something in here to make life easier.

Cc: Hugh Dickins <hughd@google.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Andrew Morton 2013-09-30 13:45:13 -07:00 committed by Linus Torvalds
parent 7f42ec3941
commit 2a156a6b52
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
/* no content, but patch(1) dislikes empty files */