From: Marcelo Tosatti <[email protected]> Fix undefined tracepoint symbols on 2.6.30 (this kernel version lacks event trace).
Signed-off-by: Marcelo Tosatti <[email protected]> diff --git a/external-module-compat-comm.h b/external-module-compat-comm.h index 6bd1561..e9a7caf 100644 --- a/external-module-compat-comm.h +++ b/external-module-compat-comm.h @@ -845,7 +845,7 @@ static inline struct file *eventfd_fget(int fd) #include <linux/tracepoint.h> -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31) struct tracepoint; -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
