diff --git a/[refs] b/[refs] index 8d6c0e1e4bfc..3c71e5d1d22a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 14c1bf8a8920f36f6e0603a2ff920b48eec14387 +refs/heads/master: e250b34e57888ebe829a0b89cfa8ad303ad5ae74 diff --git a/trunk/drivers/w1/masters/w1-gpio.c b/trunk/drivers/w1/masters/w1-gpio.c index fcbe742188a5..df600d14974d 100644 --- a/trunk/drivers/w1/masters/w1-gpio.c +++ b/trunk/drivers/w1/masters/w1-gpio.c @@ -13,12 +13,11 @@ #include #include #include +#include #include "../w1.h" #include "../w1_int.h" -#include - static void w1_gpio_write_bit_dir(void *data, u8 bit) { struct w1_gpio_platform_data *pdata = data;