[-mm patch] drivers/rtc/rtc-dev.c should #include "rtc-core.h"

From: Adrian Bunk
Date: Sat Apr 28 2007 - 15:21:51 EST


Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---
--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/