[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080217082048.GW3848@cs181133002.pp.htv.fi>
Date: Sun, 17 Feb 2008 10:20:48 +0200
From: Adrian Bunk <bunk@...nel.org>
To: linux-kernel@...r.kernel.org
Subject: [2.6 patch] fs/proc/kmsg.c should #include <linux/proc_fs.h>
Every file should include the headers containing the externs its global
code (in this case for struct proc_kmsg_operations).
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
b6f818ea9e2dd76d3fd7dbec2382240cabe66a6b diff --git a/fs/proc/kmsg.c b/fs/proc/kmsg.c
index ff3b90b..9fa3a3d 100644
--- a/fs/proc/kmsg.c
+++ b/fs/proc/kmsg.c
@@ -11,6 +11,7 @@
#include <linux/kernel.h>
#include <linux/poll.h>
#include <linux/fs.h>
+#include <linux/proc_fs.h>
#include <asm/uaccess.h>
#include <asm/io.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists