diff options
| author | Linus Walleij <linus.walleij@linaro.org> | 2020-06-09 22:04:45 +0200 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2020-06-30 00:32:59 +0200 |
| commit | 7e4e589db76a3cf4c1f534eb5a09cc6422766b93 (patch) | |
| tree | a398adb8602deb6ffc6b77f8f54523f4b7a121b1 /drivers/gpu/drm/pl111/pl111_debugfs.c | |
| parent | 0fb8125635e8eb5483fb095f98dcf0651206a7b8 (diff) | |
drm: pl111: Absorb the external register header
The PL111 DRM driver is now the sole user of the external
CLCD registers header file, so let's absorb that into the
pl111_drm.h file and save the external include.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Cc: Russell King <linux@armlinux.org.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200609200446.153209-3-linus.walleij@linaro.org
Diffstat (limited to 'drivers/gpu/drm/pl111/pl111_debugfs.c')
| -rw-r--r-- | drivers/gpu/drm/pl111/pl111_debugfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/pl111/pl111_debugfs.c b/drivers/gpu/drm/pl111/pl111_debugfs.c index 26ca8cdf3e60..317f68abf18b 100644 --- a/drivers/gpu/drm/pl111/pl111_debugfs.c +++ b/drivers/gpu/drm/pl111/pl111_debugfs.c @@ -3,7 +3,6 @@ * Copyright © 2017 Broadcom */ -#include <linux/amba/clcd-regs.h> #include <linux/seq_file.h> #include <drm/drm_debugfs.h> |
