Merge tag 'drm-intel-fixes-2015-12-11' of git://anongit.freedesktop.org/drm-intel...
[firefly-linux-kernel-4.4.55.git] / tools / virtio / linux / module.h
1 #include <linux/export.h>
2
3 #define MODULE_LICENSE(__MODULE_LICENSE_value) \
4         static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
5                 __MODULE_LICENSE_value
6