Skip to content

Commit

Permalink
spi: omap2-mcspi: remove duplicate inclusion of linux/err.h
Browse files Browse the repository at this point in the history
linux/err.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Dec 2, 2012
1 parent 6a47d80 commit 227c4ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/spi/spi-omap2-mcspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/pinctrl/consumer.h>
#include <linux/err.h>

#include <linux/spi/spi.h>

Expand Down

0 comments on commit 227c4ce

Please sign in to comment.