kernel/modules: remove unused variable
authorJohn Crispin <john@openwrt.org>
Fri, 5 Dec 2014 00:19:28 +0000 (00:19 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 5 Dec 2014 00:19:28 +0000 (00:19 +0000)
https://dev.openwrt.org/ticket/18472

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43515

package/kernel/linux/modules/i2c.mk

index 51c6f59753f52d860becc3e400a5e7f9de332ba3..76431380649fd25040ae469e92ef8768e0f34083 100644 (file)
@@ -32,7 +32,6 @@ endif
 
 define KernelPackage/i2c-core
   $(call i2c_defaults,$(I2C_CORE_MODULES),51)
-  AUTOLOAD:=
   TITLE:=I2C support
 endef