[RFC][WAS:bcmai][PATCH V2] axi: add AXI bus driver
Joe Perches
joe at perches.com
Fri Apr 8 15:28:01 EDT 2011
On Fri, 2011-04-08 at 21:45 +0200, Rafał Miłecki wrote:
> diff --git a/include/linux/axi/axi.h b/include/linux/axi/axi.h
[]
> +#define axi_info pr_info
> +#ifdef CONFIG_AXI_DEBUG
> +#define axi_debug pr_debug
> +#else
> +#define axi_debug do { } while (0)
> +#endif
> +#define axi_err pr_err
I think redefining standard functionality like
this doesn't gain anything and loses some basic
grep capability.
More information about the linux-arm-kernel
mailing list