Displaying 2 results from an estimated 2 matches for "28ce95a".
Did you mean:
286e9a
2013 Jul 07
1
[PATCH] tools/virtio: move module license stub to module.h
...efore string constant
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
tools/virtio/linux/module.h | 5 +++++
tools/virtio/linux/virtio.h | 3 ---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/tools/virtio/linux/module.h b/tools/virtio/linux/module.h
index 3039a7e..28ce95a 100644
--- a/tools/virtio/linux/module.h
+++ b/tools/virtio/linux/module.h
@@ -1 +1,6 @@
#include <linux/export.h>
+
+#define MODULE_LICENSE(__MODULE_LICENSE_value) \
+ static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
+ __MODULE_LICENSE_value
+
diff --git a/tools/virtio/...
2013 Jul 07
1
[PATCH] tools/virtio: move module license stub to module.h
...efore string constant
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
tools/virtio/linux/module.h | 5 +++++
tools/virtio/linux/virtio.h | 3 ---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/tools/virtio/linux/module.h b/tools/virtio/linux/module.h
index 3039a7e..28ce95a 100644
--- a/tools/virtio/linux/module.h
+++ b/tools/virtio/linux/module.h
@@ -1 +1,6 @@
#include <linux/export.h>
+
+#define MODULE_LICENSE(__MODULE_LICENSE_value) \
+ static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
+ __MODULE_LICENSE_value
+
diff --git a/tools/virtio/...