diff options
| author | Paul Gortmaker <[email protected]> | 2014-01-21 21:22:54 +0000 |
|---|---|---|
| committer | Wolfram Sang <[email protected]> | 2014-01-24 17:24:31 +0000 |
| commit | 21d0b7c0faf2f780afa2bef72cc921ace10a7356 (patch) | |
| tree | 0ce210e6023f272f5e2a6f1f4f7aa91027588242 /drivers/i2c/algos/i2c-algo-bit.c | |
| parent | i2c: acorn: is tristate and should use module.h (diff) | |
| download | kernel-21d0b7c0faf2f780afa2bef72cc921ace10a7356.tar.gz kernel-21d0b7c0faf2f780afa2bef72cc921ace10a7356.zip | |
i2c: delete non-required instances of include <linux/init.h>
None of these files are actually using any __init type directives
and hence don't need to include <linux/init.h>. Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.
Signed-off-by: Paul Gortmaker <[email protected]>
Acked-by: Jean Delvare <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'drivers/i2c/algos/i2c-algo-bit.c')
| -rw-r--r-- | drivers/i2c/algos/i2c-algo-bit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/algos/i2c-algo-bit.c b/drivers/i2c/algos/i2c-algo-bit.c index fad22b0bb5b0..8c29f3669747 100644 --- a/drivers/i2c/algos/i2c-algo-bit.c +++ b/drivers/i2c/algos/i2c-algo-bit.c @@ -25,7 +25,6 @@ #include <linux/kernel.h> #include <linux/module.h> #include <linux/delay.h> -#include <linux/init.h> #include <linux/errno.h> #include <linux/sched.h> #include <linux/i2c.h> |
