Re: [PATCH] USB and Driver Core patches for 2.6.10

From: Greg KH
Date: Sat Jan 08 2005 - 02:36:10 EST


ChangeSet 1.1938.444.5, 2004/12/15 11:15:47-08:00, greg@xxxxxxxxx

[PATCH] misc: remove miscdevice.h from pci hotplug drivers as they do not need it.

Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


drivers/pci/hotplug/pciehp_core.c | 1 -
drivers/pci/hotplug/shpchp_core.c | 1 -
2 files changed, 2 deletions(-)


diff -Nru a/drivers/pci/hotplug/pciehp_core.c b/drivers/pci/hotplug/pciehp_core.c
--- a/drivers/pci/hotplug/pciehp_core.c 2005-01-07 15:51:36 -08:00
+++ b/drivers/pci/hotplug/pciehp_core.c 2005-01-07 15:51:36 -08:00
@@ -33,7 +33,6 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/proc_fs.h>
-#include <linux/miscdevice.h>
#include <linux/slab.h>
#include <linux/workqueue.h>
#include <linux/pci.h>
diff -Nru a/drivers/pci/hotplug/shpchp_core.c b/drivers/pci/hotplug/shpchp_core.c
--- a/drivers/pci/hotplug/shpchp_core.c 2005-01-07 15:51:36 -08:00
+++ b/drivers/pci/hotplug/shpchp_core.c 2005-01-07 15:51:36 -08:00
@@ -33,7 +33,6 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/proc_fs.h>
-#include <linux/miscdevice.h>
#include <linux/slab.h>
#include <linux/workqueue.h>
#include <linux/pci.h>

-
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/