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
This commit is contained in:
Linus Walleij
2020-06-09 22:04:45 +02:00
parent 0fb8125635
commit 7e4e589db7
6 changed files with 73 additions and 91 deletions

View File

@@ -9,7 +9,6 @@
* Copyright (C) 2011 Texas Instruments
*/
#include <linux/amba/clcd-regs.h>
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/version.h>