Skip to content

Commit d0a4d58

Browse files
Marek Vasutbebarino
authored andcommitted
clk: fsl-sai: Sort the headers
Sort the headers. No functional change. Reviewed-by: Brian Masney <bmasney@redhat.com> Signed-off-by: Marek Vasut <marex@nabladev.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 29e64a3 commit d0a4d58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/clk/clk-fsl-sai.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
* Copyright 2020 Michael Walle <michael@walle.cc>
66
*/
77

8-
#include <linux/module.h>
9-
#include <linux/platform_device.h>
108
#include <linux/clk-provider.h>
119
#include <linux/err.h>
10+
#include <linux/module.h>
1211
#include <linux/of.h>
1312
#include <linux/of_address.h>
13+
#include <linux/platform_device.h>
1414
#include <linux/slab.h>
1515

1616
#define I2S_CSR 0x00

0 commit comments

Comments
 (0)