* Eial Czerwacki <[email protected]> wrote:
> +#if defined(CONFIG_PCI)
This is shorter:
#ifdef CONFIG_PCI
Thanks,
Ingo
* Eial Czerwacki <[email protected]> wrote:
> +#if defined(CONFIG_PCI)
This is shorter:
#ifdef CONFIG_PCI
Thanks,
Ingo