Re: [PATCH] Staging: comedi: comedidev: Removed unused macrodefinitions

From: Greg KH
Date: Mon Jul 26 2010 - 18:48:36 EST


On Mon, Jul 26, 2010 at 01:14:34AM +1000, Michael Jensen wrote:
> Removed macro definition that wasn't used.
>
> Signed-off-by: Michael Jensen <emjay1988@xxxxxxxxx>
> ---
> drivers/staging/comedi/comedidev.h | 5 -----
> 1 files changed, 0 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h
> index 4eb2b77..b225fff 100644
> --- a/drivers/staging/comedi/comedidev.h
> +++ b/drivers/staging/comedi/comedidev.h
> @@ -61,11 +61,6 @@
> module_init(x ## _init_module); \
> module_exit(x ## _cleanup_module);
>
> -#define COMEDI_MODULE_MACROS \

This doesn't apply against the linux-next tree as this macro is already
gone from there.

What tree are you creating this diff against?

confused,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/