From: Andrew Morton Date: Mon, 30 Sep 2013 20:45:13 +0000 (-0700) Subject: include/asm-generic/vtime.h: avoid zero-length file X-Git-Tag: firefly_0821_release~176^2~5216^2~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2a156a6b52f45355d999b58b745eef93021cc81a;p=firefly-linux-kernel-4.4.55.git 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 Cc: Frederic Weisbecker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 */