aboutsummaryrefslogtreecommitdiffstats
path: root/include/compat/linux/average.h
blob: ece86ca3a971cb71354e0823e39441520ec38170 (plain)
1
2
3
4
5
#include <linux/version.h>

#if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,37))
#include_next <linux/average.h>
#endif /* (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,37)) */