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

Commit 51714932 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

i2c: i2c-mux: sort includes



I request this for drivers, so the core should adhere to sorted includes as
well.

Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent a8766073
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -19,13 +19,13 @@
 * warranty of any kind, whether express or implied.
 * warranty of any kind, whether express or implied.
 */
 */


#include <linux/kernel.h>
#include <linux/acpi.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/i2c.h>
#include <linux/i2c-mux.h>
#include <linux/i2c-mux.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of.h>
#include <linux/acpi.h>
#include <linux/slab.h>


/* multiplexer per channel data */
/* multiplexer per channel data */
struct i2c_mux_priv {
struct i2c_mux_priv {