summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vtime.h
diff options
context:
space:
mode:
authorAndrew Morton2013-09-30 22:45:13 +0200
committerLinus Torvalds2013-09-30 23:31:02 +0200
commit2a156a6b52f45355d999b58b745eef93021cc81a (patch)
tree20f8dac80eea2019c548fb7fd0dd5f7319533abe /include/asm-generic/vtime.h
parentnilfs2: fix issue with race condition of competition between segments for dir... (diff)
downloadkernel-qcow2-linux-2a156a6b52f45355d999b58b745eef93021cc81a.tar.gz
kernel-qcow2-linux-2a156a6b52f45355d999b58b745eef93021cc81a.tar.xz
kernel-qcow2-linux-2a156a6b52f45355d999b58b745eef93021cc81a.zip
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>
Diffstat (limited to 'include/asm-generic/vtime.h')
-rw-r--r--include/asm-generic/vtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/vtime.h b/include/asm-generic/vtime.h
index e69de29bb2d1..b1a49677fe25 100644
--- a/include/asm-generic/vtime.h
+++ b/include/asm-generic/vtime.h
@@ -0,0 +1 @@
+/* no content, but patch(1) dislikes empty files */