[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070428192028.GV3468@stusta.de>
Date: Sat, 28 Apr 2007 21:20:28 +0200
From: Adrian Bunk <bunk@...sta.de>
To: Andrew Morton <akpm@...ux-foundation.org>,
David Brownell <dbrownell@...rs.sourceforge.net>,
Alessandro Zummo <a.zummo@...ertech.it>
Cc: linux-kernel@...r.kernel.org, rtc-linux@...glegroups.com
Subject: [-mm patch] drivers/rtc/rtc-dev.c should #include "rtc-core.h"
Every file should include the headers containing the prototypes for
it's global functions.
Signed-off-by: Adrian Bunk <bunk@...sta.de>
---
--- linux-2.6.21-rc7-mm2/drivers/rtc/rtc-dev.c.old 2007-04-28 15:16:24.000000000 +0200
+++ linux-2.6.21-rc7-mm2/drivers/rtc/rtc-dev.c 2007-04-28 15:16:36.000000000 +0200
@@ -13,6 +13,7 @@
#include <linux/module.h>
#include <linux/rtc.h>
+#include "rtc-core.h"
static dev_t rtc_devt;
-
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