aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2015-06-01 15:51:14 +0100
committerWill Deacon <will.deacon@arm.com>2015-06-01 17:54:09 +0100
commit20066139294cf65649f3befd1482adb55e0be0c2 (patch)
treed2c4512df498cd2d33b67ab3d0637fa66d2ce42d /include
parenteaf4f9656170b6e6153b52cd2c158facb9e11c5d (diff)
downloadkvmtool-20066139294cf65649f3befd1482adb55e0be0c2.tar.gz
kvmtool: remove unneeded EXPORT_SYMBOL from iovec.c
In util/iovec.c we reference EXPORT_SYMBOL, which is only useful within the kernel. To get rid of the dummy include file, simply remove those lines. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/module.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/module.h b/include/linux/module.h
deleted file mode 100644
index 0e4c6a39..00000000
--- a/include/linux/module.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef KVM__LINUX_MODULE_H
-#define KVM__LINUX_MODULE_H
-
-#define EXPORT_SYMBOL(name)
-
-#endif