summaryrefslogtreecommitdiff
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2019-09-17 19:18:42 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-01 08:22:44 +0200
commit2962db71c7030868b6859d09b2138b55297df95e (patch)
tree5574025e2f60dc8880202f01427f604df6acbab1 /drivers/staging/fbtft/Makefile
parent63f2b1677fba11c5bd02089f25c13421948905f5 (diff)
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>
Diffstat (limited to 'drivers/staging/fbtft/Makefile')
-rw-r--r--drivers/staging/fbtft/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/fbtft/Makefile b/drivers/staging/fbtft/Makefile
index 6bc03311c9c7..925ec17e318d 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -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