From 3221b074a0ab199f6ae47c19cc22f42ddf3ef819 Mon Sep 17 00:00:00 2001
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Date: Tue, 9 Sep 2008 00:59:40 +0200
Subject: [PATCH] onenand_uboot: fix warning: 'struct mtd_oob_ops' declared
 inside parameter list

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 include/onenand_uboot.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h
index 6605e4f218..e9602574b7 100644
--- a/include/onenand_uboot.h
+++ b/include/onenand_uboot.h
@@ -15,6 +15,7 @@
 #define __UBOOT_ONENAND_H
 
 #include <linux/types.h>
+#include <linux/mtd/mtd.h>
 
 struct mtd_info;
 struct erase_info;
-- 
2.39.5