Hi Shubhro, On 2/29/2012 3:04 PM, Shubhrajyoti D wrote:
The context is stored directly inside drvdata structure post [f887876 spi/omap: Remove bus_num usage for instance index]. Remove the OMAP2_MCSPI_MAX_CTRL macro as it is not needed anymore. Cc: Benoit Cousson<b-cousson@xxxxxx> Signed-off-by: Shubhrajyoti D<shubhrajyoti@xxxxxx>
Thanks for that extra cleanup, I missed it. Acked-by: Benoit Cousson <b-cousson@xxxxxx>
--- Applies on Benoit's for_3.4/dt_spi_eth drivers/spi/spi-omap2-mcspi.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c index d1eb26c..3526281 100644 --- a/drivers/spi/spi-omap2-mcspi.c +++ b/drivers/spi/spi-omap2-mcspi.c @@ -45,9 +45,6 @@ #define OMAP2_MCSPI_MAX_FREQ 48000000 -/* OMAP2 has 3 SPI controllers, while OMAP3 has 4 */ -#define OMAP2_MCSPI_MAX_CTRL 4 -
I guess it can be included in the "spi/omap: Remove bus_num usage for instance index"?
Is that OK for you? Thanks, Benoit -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html