kernel/modules: remove unused variable

https://dev.openwrt.org/ticket/18472

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

SVN-Revision: 43515
This commit is contained in:
John Crispin 2014-12-05 00:19:28 +00:00
parent d04c4a311e
commit e1c6ddfd20

View File

@ -32,7 +32,6 @@ endif
define KernelPackage/i2c-core
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
AUTOLOAD:=
TITLE:=I2C support
endef