[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1310994528-26276-25-git-send-email-prarit@redhat.com>
Date: Mon, 18 Jul 2011 09:08:38 -0400
From: Prarit Bhargava <prarit@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Prarit Bhargava <prarit@...hat.com>, rtc-linux@...glegroups.com
Subject: [PATCH 24/34] drivers/rtc changes for SMBIOS and System Firmware
As part of the new SMBIOS and System Firmware code:
- cleanup of includes for dmi.h and mod_devicetable.h which were included in
some files that did not need them
Cc: rtc-linux@...glegroups.com
Signed-off-by: Prarit Bhargava <prarit@...hat.com>
---
drivers/rtc/rtc-cmos.c | 1 -
drivers/rtc/rtc-mrst.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/rtc/rtc-cmos.c b/drivers/rtc/rtc-cmos.c
index 911e75c..56b9d6d 100644
--- a/drivers/rtc/rtc-cmos.c
+++ b/drivers/rtc/rtc-cmos.c
@@ -34,7 +34,6 @@
#include <linux/interrupt.h>
#include <linux/spinlock.h>
#include <linux/platform_device.h>
-#include <linux/mod_devicetable.h>
#include <linux/log2.h>
#include <linux/pm.h>
#include <linux/of.h>
diff --git a/drivers/rtc/rtc-mrst.c b/drivers/rtc/rtc-mrst.c
index 0cec565..ce8cef4 100644
--- a/drivers/rtc/rtc-mrst.c
+++ b/drivers/rtc/rtc-mrst.c
@@ -27,7 +27,6 @@
* * Alarm function is also limited to hr/min/sec.
*/
-#include <linux/mod_devicetable.h>
#include <linux/platform_device.h>
#include <linux/interrupt.h>
#include <linux/spinlock.h>
--
1.6.5.2
--
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