Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

Pull i2c build fix and cleanup from Wolfram Sang:
"One buildfix for the i2c subsystem. While here, I decided to add the
header cleanup as well"

* 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
i2c: sun6i-p2wi: Remove duplicate inclusion of module.h
i2c: mux: pca954x: fix dependencies

+1 -1
-1
drivers/i2c/busses/i2c-sun6i-p2wi.c
··· 22 22 * 23 23 */ 24 24 #include <linux/clk.h> 25 - #include <linux/module.h> 26 25 #include <linux/i2c.h> 27 26 #include <linux/io.h> 28 27 #include <linux/interrupt.h>
+1
drivers/i2c/muxes/Kconfig
··· 40 40 41 41 config I2C_MUX_PCA954x 42 42 tristate "Philips PCA954x I2C Mux/switches" 43 + depends on GPIOLIB 43 44 help 44 45 If you say yes here you get support for the Philips PCA954x 45 46 I2C mux/switch devices.