Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- include/linux/compat-2.6.35.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/compat-2.6.35.h b/include/linux/compat-2.6.35.h index 9132ecb..62c54cf 100644 --- a/include/linux/compat-2.6.35.h +++ b/include/linux/compat-2.6.35.h @@ -19,6 +19,8 @@ static inline wait_queue_head_t *sk_sleep(struct sock *sk) { return sk->sk_sleep; } +#define usb_alloc_coherent usb_buffer_alloc +#define usb_free_coherent usb_buffer_free #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35)) */ -- 1.7.0.4 -- 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