Commit e421b5a2 authored by Tony Lindgren's avatar Tony Lindgren

Fix few checkpatch.pl warnings for upstream patches

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3388c8ff
...@@ -357,7 +357,8 @@ static int twl_mmc2_set_power(struct device *dev, int slot, int power_on, int vd ...@@ -357,7 +357,8 @@ static int twl_mmc2_set_power(struct device *dev, int slot, int power_on, int vd
return ret; return ret;
} }
static int twl_mmc3_set_power(struct device *dev, int slot, int power_on, int vdd) static int twl_mmc3_set_power(struct device *dev, int slot, int power_on,
int vdd)
{ {
/* /*
* Assume MMC3 has self-powered device connected, for example on-board * Assume MMC3 has self-powered device connected, for example on-board
......
...@@ -22,8 +22,7 @@ ...@@ -22,8 +22,7 @@
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/io.h>
#include <asm/io.h>
#include <linux/usb/musb.h> #include <linux/usb/musb.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment