i2c: remove unneeded includes from core
They seem like cruft to me. I couldn't find any evidence that something included from there is actually used. Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
Родитель
984b292333
Коммит
16210d0692
|
@ -21,7 +21,6 @@
|
|||
#define pr_fmt(fmt) "i2c-core: " fmt
|
||||
|
||||
#include <dt-bindings/i2c/i2c.h>
|
||||
#include <linux/uaccess.h>
|
||||
#include <linux/acpi.h>
|
||||
#include <linux/clk/clk-conf.h>
|
||||
#include <linux/completion.h>
|
||||
|
@ -29,7 +28,6 @@
|
|||
#include <linux/err.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/hardirq.h>
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/idr.h>
|
||||
#include <linux/init.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче