samba36: enable parallel build
[openwrt/openwrt.git] / package / w1-gpio-custom / src / w1-gpio-custom.c
index 8f739d49fd491f48ad54ab088c34486421de63f6..96cfcabc610703cba707d2fbf5f95567b28fbb54 100644 (file)
@@ -112,6 +112,7 @@ static int __init w1_gpio_custom_add_one(unsigned int id, unsigned int *params)
 
        pdata.pin = params[BUS_PARAM_PIN];
        pdata.is_open_drain = params[BUS_PARAM_OD] ? 1:0;
+       pdata.enable_external_pullup = NULL;
 
        err = platform_device_add_data(pdev, &pdata, sizeof(pdata));
        if (err)