Re: [PATCH] net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabled

2016-10-14 Thread David Miller
From: Javier Martinez Canillas Date: Wed, 12 Oct 2016 16:05:59 -0300 > The driver only has runtime but no build time dependency with FSL_SOC || > ARCH_MXC || ARCH_LAYERSCAPE. So it can be built for testing purposes if > the COMPILE_TEST option is enabled. > > This is

[PATCH] net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabled

2016-10-12 Thread Javier Martinez Canillas
The driver only has runtime but no build time dependency with FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE. So it can be built for testing purposes if the COMPILE_TEST option is enabled. This is useful to have more build coverage and make sure that the driver is not affected by changes that could