Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b177bc91 authored by Ameya Palande's avatar Ameya Palande Committed by Chris Ball
Browse files

mmc: sdhci-pci: Fix checkpatch.pl errors



This patch fixes 21 errors and 6 warnings reported by checkpatch.pl.

Signed-off-by: default avatarAmeya Palande <2ameya@gmail.com>
Reviewed-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 14e7dc76
Loading
Loading
Loading
Loading
+21 −23
Original line number Diff line number Diff line
@@ -18,11 +18,9 @@
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/device.h>

#include <linux/mmc/host.h>

#include <asm/scatterlist.h>
#include <asm/io.h>
#include <linux/scatterlist.h>
#include <linux/io.h>

#include "sdhci.h"