[PATCH] Staging: comedi: comedidev: Removed unused macro definitions

Greg KH greg at kroah.com
Mon Jul 26 22:43:01 UTC 2010


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 at gmail.com>
> ---
>  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



More information about the devel mailing list