Fix compilation on arm in -rc1-git

From: Pavel Machek
Date: Wed Jul 12 2006 - 07:10:48 EST


Hi!

After latest git update, I was getting compile errors until doing:

Fix compilation on ARM. Not sure if it is the clean fix.

Signed-off-by: Pavel Machek <pavel@xxxxxxx>

---
commit 80a1958320e8e055029fea08ac7523d069cb1855
tree 5f6afc72867ea56bab33b2c31b2b12b499239071
parent 12280deab4c82a57c766eb0321b6edf8e323a50e
author <pavel@xxxxxxxxxx> Wed, 12 Jul 2006 13:11:06 +0200
committer <pavel@xxxxxxxxxx> Wed, 12 Jul 2006 13:11:06 +0200

include/linux/root_dev.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/root_dev.h b/include/linux/root_dev.h
index ea4bc9d..09247d6 100644
--- a/include/linux/root_dev.h
+++ b/include/linux/root_dev.h
@@ -2,6 +2,7 @@
#define _ROOT_DEV_H_

#include <linux/major.h>
+#include <linux/kdev_t.h>

enum {
Root_NFS = MKDEV(UNNAMED_MAJOR, 255),

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/