Author: blogic Date: 2014-12-05 01:19:28 +0100 (Fri, 05 Dec 2014) New Revision: 43515
Modified: trunk/package/kernel/linux/modules/i2c.mk Log: kernel/modules: remove unused variable https://dev.openwrt.org/ticket/18472 Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/kernel/linux/modules/i2c.mk =================================================================== --- trunk/package/kernel/linux/modules/i2c.mk 2014-12-03 20:22:42 UTC (rev 43514) +++ trunk/package/kernel/linux/modules/i2c.mk 2014-12-05 00:19:28 UTC (rev 43515) @@ -32,7 +32,6 @@ define KernelPackage/i2c-core $(call i2c_defaults,$(I2C_CORE_MODULES),51) - AUTOLOAD:= TITLE:=I2C support endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
