Added on commit b4cac1a0 by David Howells in include/linux/kernel.h. Signed-off-by: Arnaud Lacombe <lacombar@xxxxxxxxx> --- compat-2.6.18.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/compat-2.6.18.h b/compat-2.6.18.h index 077f28b..3245c42 100644 --- a/compat-2.6.18.h +++ b/compat-2.6.18.h @@ -7,6 +7,8 @@ /* Compat work for 2.6.18 */ #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)) +#define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) + #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)) */ #endif /* LINUX_26_18_COMPAT_H */ -- 1.6.3.3.385.g60647.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html