All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-3.2] tools/virtio: add module.h stub
@ 2011-11-30 14:46 Michael S. Tsirkin
  0 siblings, 0 replies; only message in thread
From: Michael S. Tsirkin @ 2011-11-30 14:46 UTC (permalink / raw)
  To: David Miller, netdev; +Cc: linux-kernel

make it build with linux 3.2

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 tools/virtio/linux/module.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
 create mode 100644 tools/virtio/linux/module.h

diff --git a/tools/virtio/linux/module.h b/tools/virtio/linux/module.h
new file mode 100644
index 0000000..96868eb
--- /dev/null
+++ b/tools/virtio/linux/module.h
@@ -0,0 +1,3 @@
+#ifndef LINUX_MODULE_H
+#define LINUX_MODULE_H
+#endif
-- 
1.7.5.53.gc233e

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-30 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 14:46 [PATCH for-3.2] tools/virtio: add module.h stub Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.