lkml.org 
[lkml]   [2017]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 7/8] i2c: remove unneeded includes from core
    Date
    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
    \
     
     \ /
      Last update: 2017-05-26 10:24    [W:2.596 / U:0.248 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site