Skip to content

Commit

Permalink
staging/fbtft: Remove fbtft_device
Browse files Browse the repository at this point in the history
Commit c440eee ("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: c440eee ("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>
  • Loading branch information
Noralf Trønnes authored and Greg Kroah-Hartman committed Oct 1, 2019
1 parent 63f2b16 commit 2962db7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,268 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/fbtft/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,3 @@ config FB_FLEX
depends on FB_TFT
help
Generic Framebuffer support for TFT LCD displays.

config FB_TFT_FBTFT_DEVICE
tristate "Module to for adding FBTFT devices"
depends on FB_TFT
3 changes: 0 additions & 3 deletions drivers/staging/fbtft/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ obj-$(CONFIG_FB_TFT_UC1701) += fb_uc1701.o
obj-$(CONFIG_FB_TFT_UPD161704) += fb_upd161704.o
obj-$(CONFIG_FB_TFT_WATTEROTT) += fb_watterott.o
obj-$(CONFIG_FB_FLEX) += flexfb.o

# Device modules
obj-$(CONFIG_FB_TFT_FBTFT_DEVICE) += fbtft_device.o
Loading

0 comments on commit 2962db7

Please sign in to comment.