diff options
Diffstat (limited to 'drivers/hv/vmbus_drv.c')
-rw-r--r-- | drivers/hv/vmbus_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index 48aad4faea06..077bb1bdac34 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include <linux/sysctl.h> | 30 | #include <linux/sysctl.h> |
31 | #include <linux/slab.h> | 31 | #include <linux/slab.h> |
32 | #include <linux/acpi.h> | 32 | #include <linux/acpi.h> |
33 | #include <acpi/acpi_bus.h> | ||
34 | #include <linux/completion.h> | 33 | #include <linux/completion.h> |
35 | #include <linux/hyperv.h> | 34 | #include <linux/hyperv.h> |
36 | #include <linux/kernel_stat.h> | 35 | #include <linux/kernel_stat.h> |
@@ -39,7 +38,6 @@ | |||
39 | #include <asm/mshyperv.h> | 38 | #include <asm/mshyperv.h> |
40 | #include "hyperv_vmbus.h" | 39 | #include "hyperv_vmbus.h" |
41 | 40 | ||
42 | |||
43 | static struct acpi_device *hv_acpi_dev; | 41 | static struct acpi_device *hv_acpi_dev; |
44 | 42 | ||
45 | static struct tasklet_struct msg_dpc; | 43 | static struct tasklet_struct msg_dpc; |