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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment