diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-22 10:52:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-22 10:52:36 -0600 |
commit | 9b186f68afbf0d08bc5108108c8748b4b0511aee (patch) | |
tree | db3b1b90bd7b7738613d1edd00ffec3b6d990d8a /board/gdsys/common/dp501.c | |
parent | b614f3b58fed4589098cd691be7bfb719dc4b35a (diff) | |
parent | ba3f26efe0a0657d59f9bb9245cc72dc79ce814c (diff) |
Merge patch series "board: BuS: Remove duplicate newlines"
Drop all duplicate newlines from the board directory files.
Diffstat (limited to 'board/gdsys/common/dp501.c')
-rw-r--r-- | board/gdsys/common/dp501.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/gdsys/common/dp501.c b/board/gdsys/common/dp501.c index 7698e76b524..715544c31ec 100644 --- a/board/gdsys/common/dp501.c +++ b/board/gdsys/common/dp501.c @@ -136,7 +136,6 @@ void dp501_powerdown(u8 addr) dp501_setbits(addr, 0x0a, 0x30); /* power down encoder, standby mode */ } - int dp501_probe(unsigned screen, bool power) { #ifdef CONFIG_SYS_DP501_BASE |