mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 21:24:00 +08:00
cc08d25a88
A platform driver for which nothing ever registers the corresponding platform device. Also it was driving the same hardware as sead3-i2c-drv.c so redundant anyway and couldn't co-exist with that driver because each of them was using a private spinlock to protect access to the same hardware resources. This also fixes a randconfig problem: arch/mips/mti-sead3/sead3-pic32-i2c-drv.c: In function 'i2c_platform_probe': arch/mips/mti-sead3/sead3-pic32-i2c-drv.c:345:2: error: implicit declaration of function 'i2c_add_numbered_adapter' [-Werror=implicit-function-declaration] ret = i2c_add_numbered_adapter(&priv->adap); ^ arch/mips/mti-sead3/sead3-pic32-i2c-drv.c: In function 'i2c_platform_remove': arch/mips/mti-sead3/sead3-pic32-i2c-drv.c:361:2: error: implicit declaration of function 'i2c_del_adapter' [-Werror=implicit-function-declaration] i2c_del_adapter(&priv->adap); Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |
||
---|---|---|
.. | ||
leds-sead3.c | ||
Makefile | ||
Platform | ||
sead3-console.c | ||
sead3-display.c | ||
sead3-ehci.c | ||
sead3-i2c-dev.c | ||
sead3-i2c-drv.c | ||
sead3-i2c.c | ||
sead3-init.c | ||
sead3-int.c | ||
sead3-lcd.c | ||
sead3-leds.c | ||
sead3-mtd.c | ||
sead3-net.c | ||
sead3-platform.c | ||
sead3-reset.c | ||
sead3-serial.c | ||
sead3-setup.c | ||
sead3-time.c |