[PATCH][v850] Include <linux/fs.h> in arch/v850/kernel/rte_cb_leds.c

Miles Bader (miles@lsi.nec.co.jp)
Tue, 27 May 2003 18:21:33 +0900 (JST)


This is to define `struct file'; apparently some include-file change
removed a previous implicit include.

diff -ruN -X../cludes linux-2.5.70/arch/v850/kernel/rte_cb_leds.c linux-2.5.70-v850-20030527/arch/v850/kernel/rte_cb_leds.c
--- linux-2.5.70/arch/v850/kernel/rte_cb_leds.c 2002-11-28 10:24:54.000000000 +0900
+++ linux-2.5.70-v850-20030527/arch/v850/kernel/rte_cb_leds.c 2003-05-27 16:09:43.000000000 +0900
@@ -1,8 +1,8 @@
/*
* include/asm-v850/rte_cb_leds.c -- Midas lab RTE-CB board LED device support
*
- * Copyright (C) 2002 NEC Corporation
- * Copyright (C) 2002 Miles Bader <miles@gnu.org>
+ * Copyright (C) 2002,03 NEC Electronics Corporation
+ * Copyright (C) 2002,03 Miles Bader <miles@gnu.org>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
@@ -14,6 +14,7 @@
#include <linux/config.h>
#include <linux/init.h>
#include <linux/spinlock.h>
+#include <linux/fs.h>
#include <linux/miscdevice.h>

#include <asm/uaccess.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/