Commit 75415490 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare

i2c-core: Remove needless include

i2c-core doesn't use seq files, so doesn't need to include
<linux/seq_file.h>.
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 81fded1f
......@@ -29,7 +29,6 @@
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/idr.h>
#include <linux/seq_file.h>
#include <linux/platform_device.h>
#include <linux/mutex.h>
#include <linux/completion.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