[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1239649017-5850-1-git-send-email-monstr@monstr.eu>
Date: Mon, 13 Apr 2009 20:56:57 +0200
From: monstr@...str.eu
To: jeff@...zik.org
Cc: mingo@...e.hu, linux-kernel@...r.kernel.org,
Michal Simek <monstr@...str.eu>
Subject: [PATCH 1/1] microblaze: Fix problem with removing zero length files
From: Michal Simek <monstr@...str.eu>
Adding one new line was recommended solution.
Test with make distclean
Signed-off-by: Michal Simek <monstr@...str.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists