aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
diff options
context:
space:
mode:
authorNoralf Trønnes <[email protected]>2019-02-25 14:42:31 +0000
committerNoralf Trønnes <[email protected]>2019-03-04 14:31:27 +0000
commit2afd9fcba6b168ab4fa5c38680f98147a745d31c (patch)
tree80b734009ec85bd4f5f89b91b0aedfea9a9ea2e2 /drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
parentdrm/tinydrm: Drop using tinydrm_device (diff)
downloadkernel-2afd9fcba6b168ab4fa5c38680f98147a745d31c.tar.gz
kernel-2afd9fcba6b168ab4fa5c38680f98147a745d31c.zip
drm/tinydrm: Remove tinydrm_device
No more users left so it can go alongside its helpers. Update the tinydrm docs description and remove todo entry. Signed-off-by: Noralf Trønnes <[email protected]> Reviewed-by: Sam Ravnborg <[email protected]> Acked-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c')
-rw-r--r--drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c b/drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
index 2737b6fdadc8..d7b38dfb6438 100644
--- a/drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
+++ b/drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c
@@ -365,3 +365,5 @@ int tinydrm_spi_transfer(struct spi_device *spi, u32 speed_hz,
EXPORT_SYMBOL(tinydrm_spi_transfer);
#endif /* CONFIG_SPI */
+
+MODULE_LICENSE("GPL");