浏览代码

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>
Andrew Morton 12 年之前
父节点
当前提交
2a156a6b52
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/asm-generic/vtime.h

+ 1 - 0
include/asm-generic/vtime.h

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