| Submitter | Michael S. Tsirkin |
|---|---|
| Date | Nov. 30, 2011, 2:46 p.m. |
| Message ID | <20111130144647.GA24789@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/128525/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
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
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