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

Commit 4c8979b2 authored by Wolfram Sang's avatar Wolfram Sang
Browse files

i2c: digicolor: remove duplicate include



And sort them to prevent this from happening again.

Reported-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 6ada5c1e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -12,11 +12,10 @@

#include <linux/clk.h>
#include <linux/completion.h>
#include <linux/delay.h>
#include <linux/i2c.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>