diff options
author | Bartosz Golaszewski <bartekgola@gmail.com> | 2017-08-28 11:49:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-28 15:35:26 +0200 |
commit | 3a7b0fb7b6c6a9b0563b862e5ecd3200876ab1e4 (patch) | |
tree | 3a5dfc064eeb2d103bd93019e3fc8a2f76ea804b | |
parent | 0b6ec06bebc8774ed3b70857ff81901aca4804f4 (diff) | |
download | busybox-w32-3a7b0fb7b6c6a9b0563b862e5ecd3200876ab1e4.tar.gz busybox-w32-3a7b0fb7b6c6a9b0563b862e5ecd3200876ab1e4.tar.bz2 busybox-w32-3a7b0fb7b6c6a9b0563b862e5ecd3200876ab1e4.zip |
i2c-tools: remove unneeded include
We no longer use common_bufsiz1 in i2c-tools.
Don't include common_bufsiz.h.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | miscutils/i2c_tools.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c index 30f606e8e..03a09d519 100644 --- a/miscutils/i2c_tools.c +++ b/miscutils/i2c_tools.c | |||
@@ -61,7 +61,6 @@ | |||
61 | */ | 61 | */ |
62 | 62 | ||
63 | #include "libbb.h" | 63 | #include "libbb.h" |
64 | #include "common_bufsiz.h" | ||
65 | 64 | ||
66 | #include <linux/i2c.h> | 65 | #include <linux/i2c.h> |
67 | #include <linux/i2c-dev.h> | 66 | #include <linux/i2c-dev.h> |