projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d04c4a3
)
kernel/modules: remove unused variable
author
John Crispin
<john@openwrt.org>
Fri, 5 Dec 2014 00:19:28 +0000
(
00:19
+0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/i2c.mk
b/package/kernel/linux/modules/i2c.mk
index 51c6f59753f52d860becc3e400a5e7f9de332ba3..76431380649fd25040ae469e92ef8768e0f34083 100644
(file)
--- a/
package/kernel/linux/modules/i2c.mk
+++ b/
package/kernel/linux/modules/i2c.mk
@@
-32,7
+32,6
@@
endif
define KernelPackage/i2c-core
$(call i2c_defaults,$(I2C_CORE_MODULES),51)
- AUTOLOAD:=
TITLE:=I2C support
endef