kernel/modules: remove unused variable

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

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2014-12-05 00:19:28 +00:00
parent a9d4da836c
commit 491ce2c749

View File

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