* [PATCH 1/1] microblaze: Fix problem with removing zero length files
@ 2009-04-13 18:56 monstr
2009-04-13 19:06 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: monstr @ 2009-04-13 18:56 UTC (permalink / raw)
To: jeff; +Cc: mingo, linux-kernel, Michal Simek
From: Michal Simek <monstr@monstr.eu>
Adding one new line was recommended solution.
Test with make distclean
Signed-off-by: Michal Simek <monstr@monstr.eu>
---
arch/microblaze/include/asm/auxvec.h | 1 +
arch/microblaze/include/asm/cputable.h | 1 +
arch/microblaze/include/asm/hw_irq.h | 1 +
arch/microblaze/include/asm/user.h | 1 +
arch/microblaze/include/asm/vga.h | 1 +
5 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/microblaze/include/asm/auxvec.h b/arch/microblaze/include/asm/auxvec.h
index e69de29..8b13789 100644
--- a/arch/microblaze/include/asm/auxvec.h
+++ b/arch/microblaze/include/asm/auxvec.h
@@ -0,0 +1 @@
+
diff --git a/arch/microblaze/include/asm/cputable.h b/arch/microblaze/include/asm/cputable.h
index e69de29..8b13789 100644
--- a/arch/microblaze/include/asm/cputable.h
+++ b/arch/microblaze/include/asm/cputable.h
@@ -0,0 +1 @@
+
diff --git a/arch/microblaze/include/asm/hw_irq.h b/arch/microblaze/include/asm/hw_irq.h
index e69de29..8b13789 100644
--- a/arch/microblaze/include/asm/hw_irq.h
+++ b/arch/microblaze/include/asm/hw_irq.h
@@ -0,0 +1 @@
+
diff --git a/arch/microblaze/include/asm/user.h b/arch/microblaze/include/asm/user.h
index e69de29..8b13789 100644
--- a/arch/microblaze/include/asm/user.h
+++ b/arch/microblaze/include/asm/user.h
@@ -0,0 +1 @@
+
diff --git a/arch/microblaze/include/asm/vga.h b/arch/microblaze/include/asm/vga.h
index e69de29..8b13789 100644
--- a/arch/microblaze/include/asm/vga.h
+++ b/arch/microblaze/include/asm/vga.h
@@ -0,0 +1 @@
+
--
1.5.5.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-13 19:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13 18:56 [PATCH 1/1] microblaze: Fix problem with removing zero length files monstr
2009-04-13 19:06 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox