Re: [PATCH 1/1] spi: omap2-mcspi: remove duplicate inclusion of linux/err.h

2012-11-19 Thread Shubhrajyoti Datta
On Mon, Nov 19, 2012 at 5:07 PM, Sachin Kamat wrote: > linux/err.h was included twice. > Looks good to me. Wei had also had similar views. https://lkml.org/lkml/2012/10/7/67 > Signed-off-by: Sachin Kamat > --- > drivers/spi/spi-omap2-mcspi.c |1 - > 1 files changed, 0 insertions(+), 1 de

[PATCH 1/1] spi: omap2-mcspi: remove duplicate inclusion of linux/err.h

2012-11-19 Thread Sachin Kamat
linux/err.h was included twice. Signed-off-by: Sachin Kamat --- drivers/spi/spi-omap2-mcspi.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c index cc4f2dd..a2cfde6 100644 --- a/drivers/spi/spi-omap2-mcspi.c +