[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20111130144647.GA24789@redhat.com>
Date: Wed, 30 Nov 2011 16:46:48 +0200
From: "Michael S. Tsirkin" <mst@...hat.com>
To: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH for-3.2] tools/virtio: add module.h stub
make it build with linux 3.2
Signed-off-by: Michael S. Tsirkin <mst@...hat.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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists