arm: include: rockchip: Remove duplicate newlines

Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut
2024-07-13 15:19:02 +02:00
committed by Tom Rini
parent 9a33fd6609
commit b64b16f586
2 changed files with 0 additions and 2 deletions

View File

@@ -532,7 +532,6 @@ check_member(rk3288_edp, pll_reg_5, 0xa00);
#define EDID_HEADER 0x00
#define EDID_EXTENSION_FLAG 0x7e
enum dpcd_request {
DPCD_READ,
DPCD_WRITE,

View File

@@ -96,5 +96,4 @@
#define LVDS_24BIT (0 << 1)
#define LVDS_18BIT (1 << 1)
#endif