Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1651150
| From | Wolfram Sang <wsa@the-dreams.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 7/8] i2c: remove unneeded includes from core |
| Date | 2017-05-26 10:30 +0200 |
| Message-ID | <tLiNb-3tM-1@gated-at.bofh.it> (permalink) |
| References | <tLiNb-3tM-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
They seem like cruft to me. I couldn't find any evidence that something included from there is actually used. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> --- drivers/i2c/i2c-core-base.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/i2c/i2c-core-base.c b/drivers/i2c/i2c-core-base.c index ac7b95e4cda75d..78135c1deaab59 100644 --- a/drivers/i2c/i2c-core-base.c +++ b/drivers/i2c/i2c-core-base.c @@ -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> -- 2.11.0
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 7/8] i2c: remove unneeded includes from core Wolfram Sang <wsa@the-dreams.de> - 2017-05-26 10:30 +0200
csiph-web