search for: 951e4c7

Displaying 2 results from an estimated 2 matches for "951e4c7".

Did you mean: 9514,7
2008 Jan 02
5
[PATCH 1/3] Make virtio modules GPL
...+2,8 @@ #include <linux/spinlock.h> #include <linux/virtio_config.h> +MODULE_LICENSE("GPL"); + static ssize_t device_show(struct device *_d, struct device_attribute *attr, char *buf) { diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c index 951e4c7..15ee2fa 100644 --- a/drivers/virtio/virtio_ring.c +++ b/drivers/virtio/virtio_ring.c @@ -20,6 +20,8 @@ #include <linux/virtio_ring.h> #include <linux/device.h> +MODULE_LICENSE("GPL"); + #ifdef DEBUG /* For development, we want to crash whenever the ring is screwed. */...
2008 Jan 02
5
[PATCH 1/3] Make virtio modules GPL
...+2,8 @@ #include <linux/spinlock.h> #include <linux/virtio_config.h> +MODULE_LICENSE("GPL"); + static ssize_t device_show(struct device *_d, struct device_attribute *attr, char *buf) { diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c index 951e4c7..15ee2fa 100644 --- a/drivers/virtio/virtio_ring.c +++ b/drivers/virtio/virtio_ring.c @@ -20,6 +20,8 @@ #include <linux/virtio_ring.h> #include <linux/device.h> +MODULE_LICENSE("GPL"); + #ifdef DEBUG /* For development, we want to crash whenever the ring is screwed. */...