[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1310994528-26276-7-git-send-email-prarit@redhat.com>
Date: Mon, 18 Jul 2011 09:08:20 -0400
From: Prarit Bhargava <prarit@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: Prarit Bhargava <prarit@...hat.com>
Subject: [PATCH 06/34] drivers/floppy 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 <prarit@...hat.com>
---
drivers/block/floppy.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c
index 98de8f4..a12f8e1 100644
--- a/drivers/block/floppy.c
+++ b/drivers/block/floppy.c
@@ -187,7 +187,6 @@ static int print_unex = 1;
#include <linux/interrupt.h>
#include <linux/init.h>
#include <linux/platform_device.h>
-#include <linux/mod_devicetable.h>
#include <linux/buffer_head.h> /* for invalidate_buffers() */
#include <linux/mutex.h>
#include <linux/io.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