projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f42ec3
)
include/asm-generic/vtime.h: avoid zero-length file
author
Andrew Morton
<akpm@linux-foundation.org>
Mon, 30 Sep 2013 20:45:13 +0000
(13:45 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 30 Sep 2013 21:31:02 +0000
(14:31 -0700)
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>
include/asm-generic/vtime.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/vtime.h
b/include/asm-generic/vtime.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b1a49677fe2540e93aae3b40b1c235949ac756cf 100644
(file)
--- a/
include/asm-generic/vtime.h
+++ b/
include/asm-generic/vtime.h
@@
-0,0
+1
@@
+/* no content, but patch(1) dislikes empty files */