Skip to content

Commit

Permalink
i2c: digicolor: remove duplicate include
Browse files Browse the repository at this point in the history
And sort them to prevent this from happening again.

Reported-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
  • Loading branch information
Wolfram Sang committed Apr 23, 2015
1 parent 6ada5c1 commit 4c8979b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/i2c/busses/i2c-digicolor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4c8979b

Please sign in to comment.