summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-08-25 18:48:40 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-25 23:11:17 +0200
commit49ce6757cfb4de5be695a47f2cbcbc5589838af6 (patch)
tree9112b0cbad35c4815697cd9bc7e89482e4668a2e
parentStaging: hv: vmbus: Support the notion of id tables in vmbus_match() (diff)
downloadlinux-49ce6757cfb4de5be695a47f2cbcbc5589838af6.tar.xz
linux-49ce6757cfb4de5be695a47f2cbcbc5589838af6.zip
Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.c
Get rid of an unnecessary include line in vmbus_drv.c. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/hv/vmbus_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c
index 82769a411974..0114b04d2243 100644
--- a/drivers/staging/hv/vmbus_drv.c
+++ b/drivers/staging/hv/vmbus_drv.c
@@ -28,7 +28,6 @@
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/sysctl.h>
-#include <linux/dmi.h>
#include <linux/slab.h>
#include <linux/acpi.h>
#include <acpi/acpi_bus.h>