From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933041Ab1FWRYt (ORCPT ); Thu, 23 Jun 2011 13:24:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45020 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932657Ab1FWRYq (ORCPT ); Thu, 23 Jun 2011 13:24:46 -0400 Date: Thu, 23 Jun 2011 13:24:45 -0400 From: Prarit Bhargava To: linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com Cc: Prarit Bhargava Message-Id: <20110623172445.27739.23327.sendpatchset@prarit.bos.redhat.com> Content-Type: text/plain; charset=us-ascii Subject: [PATCH 25/35] drivers/rtc changes for SMBIOS and System Firmware Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Signed-off-by: Prarit Bhargava --- 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 #include #include -#include #include #include #include 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 #include #include #include -- 1.7.5.4