[PATCH 09/14] mmc: bcm2835: sort includes alphabetical
Stefan Wahren
stefan.wahren at i2se.com
Sat Jan 7 04:51:09 PST 2017
Sorting the header includes makes it easier to identify missing or
unnecessary entries.
Signed-off-by: Stefan Wahren <stefan.wahren at i2se.com>
---
drivers/mmc/host/bcm2835.c | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/drivers/mmc/host/bcm2835.c b/drivers/mmc/host/bcm2835.c
index af957a8..640ac47 100644
--- a/drivers/mmc/host/bcm2835.c
+++ b/drivers/mmc/host/bcm2835.c
@@ -23,26 +23,26 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
+#include <linux/blkdev.h>
+#include <linux/clk.h>
#include <linux/delay.h>
-#include <linux/module.h>
+#include <linux/dmaengine.h>
+#include <linux/dma-mapping.h>
+#include <linux/err.h>
#include <linux/io.h>
-#include <linux/mmc/mmc.h>
-#include <linux/mmc/host.h>
-#include <linux/mmc/sd.h>
-#include <linux/scatterlist.h>
+#include <linux/module.h>
#include <linux/of_address.h>
+#include <linux/of_dma.h>
#include <linux/of_irq.h>
-#include <linux/clk.h>
#include <linux/platform_device.h>
-#include <linux/err.h>
-#include <linux/blkdev.h>
-#include <linux/dmaengine.h>
-#include <linux/dma-mapping.h>
-#include <linux/of_dma.h>
+#include <linux/scatterlist.h>
#include <linux/time.h>
#include <linux/workqueue.h>
+#include <linux/mmc/host.h>
+#include <linux/mmc/mmc.h>
+#include <linux/mmc/sd.h>
+
#define SDCMD 0x00 /* Command to SD card - 16 R/W */
#define SDARG 0x04 /* Argument to SD card - 32 R/W */
#define SDTOUT 0x08 /* Start value for timeout counter - 32 R/W */
--
1.7.9.5
More information about the linux-rpi-kernel
mailing list