search for: 06eb2f8

Displaying 2 results from an estimated 2 matches for "06eb2f8".

Did you mean: 068b2f68
2011 Jan 05
3
[PATCH] virtio-pci: add softlinks between virtio and pci
...Gleb, could you please ack that this patch below will be enough to fix the installer issue that you see? drivers/virtio/virtio_pci.c | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index ef8d9d5..06eb2f8 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c @@ -25,6 +25,7 @@ #include <linux/virtio_pci.h> #include <linux/highmem.h> #include <linux/spinlock.h> +#include <linux/sysfs.h> MODULE_AUTHOR("Anthony Liguori <aliguori at us.ibm.com&gt...
2011 Jan 05
3
[PATCH] virtio-pci: add softlinks between virtio and pci
...Gleb, could you please ack that this patch below will be enough to fix the installer issue that you see? drivers/virtio/virtio_pci.c | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index ef8d9d5..06eb2f8 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c @@ -25,6 +25,7 @@ #include <linux/virtio_pci.h> #include <linux/highmem.h> #include <linux/spinlock.h> +#include <linux/sysfs.h> MODULE_AUTHOR("Anthony Liguori <aliguori at us.ibm.com&gt...