]> git.baikalelectronics.ru Git - kernel.git/commit
staging/fbtft: Remove fbtft_device
authorNoralf Trønnes <noralf@tronnes.org>
Tue, 17 Sep 2019 17:18:42 +0000 (19:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2019 06:22:44 +0000 (08:22 +0200)
commit2962db71c7030868b6859d09b2138b55297df95e
tree5574025e2f60dc8880202f01427f604df6acbab1
parent63f2b1677fba11c5bd02089f25c13421948905f5
staging/fbtft: Remove fbtft_device

Commit c440eee1a7a1 ("Staging: fbtft: Switch to the gpio descriptor
interface") removed the gpio code from fbtft_device rendering it useless.

fbtft_device is a module that was used on the Raspberry Pi to dynamically
add fbtft devices when the Pi didn't have Device Tree support.
Just remove the module since it's the responsibility of Device Tree, ACPI
or platform code to add devices.

Fixes: c440eee1a7a1 ("Staging: fbtft: Switch to the gpio descriptor interface")
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://lore.kernel.org/r/20190917171843.10334-2-noralf@tronnes.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/Kconfig
drivers/staging/fbtft/Makefile
drivers/staging/fbtft/fbtft_device.c [deleted file]