linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][v850]  Include <linux/fs.h> in arch/v850/kernel/rte_cb_leds.c
@ 2003-05-06  3:09 Miles Bader
  0 siblings, 0 replies; 2+ messages in thread
From: Miles Bader @ 2003-05-06  3:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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

diff -ruN -X../cludes linux-2.5.69-uc0/arch/v850/kernel/rte_cb_leds.c linux-2.5.69-uc0-v850-20030506/arch/v850/kernel/rte_cb_leds.c
--- linux-2.5.69-uc0/arch/v850/kernel/rte_cb_leds.c	2002-11-28 10:24:54.000000000 +0900
+++ linux-2.5.69-uc0-v850-20030506/arch/v850/kernel/rte_cb_leds.c	2003-05-06 11:21:09.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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH][v850]  Include <linux/fs.h> in arch/v850/kernel/rte_cb_leds.c
@ 2003-05-27  9:21 Miles Bader
  0 siblings, 0 replies; 2+ messages in thread
From: Miles Bader @ 2003-05-27  9:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-27  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-06  3:09 [PATCH][v850] Include <linux/fs.h> in arch/v850/kernel/rte_cb_leds.c Miles Bader
2003-05-27  9:21 Miles Bader

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).