]> 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)
commit2685808f6b81bf1ee7849f7687836f5059924b8a
tree5574025e2f60dc8880202f01427f604df6acbab1
parent4a88dfd83c7817ce634a77c8e3c8c1d60f0abd36
staging/fbtft: Remove fbtft_device

Commit f89c60c32762 ("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: f89c60c32762 ("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]