From d0ab1ebc68ed1cbcd6684aa8431784dcb5c954b1 Mon Sep 17 00:00:00 2001
From: Andrew Morton <akpm@osdl.org>
Date: Mon, 24 May 2004 18:40:01 -0700
Subject: [PATCH] [PATCH] include linux/root_dev.h for ROOT_DEV in
 drivers/mtd/maps/uclinux.c

From: Christoph Hellwig <hch@lst.de>

* Include linux/root_dev.h for ROOT_DEV in drivers/mtd/maps/uclinux.c
---
 drivers/mtd/maps/uclinux.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/maps/uclinux.c b/drivers/mtd/maps/uclinux.c
index f722390661f6..44d13f5612e4 100644
--- a/drivers/mtd/maps/uclinux.c
+++ b/drivers/mtd/maps/uclinux.c
@@ -17,6 +17,7 @@
 #include <linux/kernel.h>
 #include <linux/fs.h>
 #include <linux/major.h>
+#include <linux/root_dev.h>
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/map.h>
 #include <linux/mtd/partitions.h>
-- 
2.30.9