[<prev] [next>] [day] [month] [year] [list]
Message-ID: <9989.59.167.46.164.1202732183.squirrel@babylon.websiteactive.com>
Date: Mon, 11 Feb 2008 23:16:23 +1100 (EST)
From: bn@...sdigital.com
To: joel.becker@...cle.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Include kernel.h from configfs.h
configfs.h uses the container_of macro and as such should include kernel.h.
Signed-Off-By: Ben Nizette <bn@...sdigital.com>
---
diff --git a/include/linux/configfs.h b/include/linux/configfs.h
index 8c6967f..4b287ad 100644
--- a/include/linux/configfs.h
+++ b/include/linux/configfs.h
@@ -37,6 +37,7 @@
#ifdef __KERNEL__
+#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/kref.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