On Mon, 2010-05-03 at 20:36 +0200, Hauke Mehrtens wrote: > 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 I believe macros with arguments are preferred. It really matters in case of simple names that can be reasonably used as variable names as well (e.g. "max"). In this case, it's more a matter of style and readability. -- Regards, Pavel Roskin -- 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