All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] video: ld9040: remove the unused defined
       [not found] <CGME20170530010758epcas5p221c81d5509da6f56e57e97b388108e67@epcas5p2.samsung.com>
@ 2017-05-30  1:07 ` Jaehoon Chung
  2017-06-02  8:38   ` Anatolij Gustschin
  0 siblings, 1 reply; 2+ messages in thread
From: Jaehoon Chung @ 2017-05-30  1:07 UTC (permalink / raw)
  To: u-boot

Remove the unused defined.
When code is building, appearred the compiler warning.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 drivers/video/ld9040.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/drivers/video/ld9040.c b/drivers/video/ld9040.c
index 23fe783..8a90c25 100644
--- a/drivers/video/ld9040.c
+++ b/drivers/video/ld9040.c
@@ -10,10 +10,6 @@
 #include <common.h>
 #include <spi.h>
 
-static const unsigned char SEQ_SWRESET[] = {
-	0x01,
-};
-
 static const unsigned char SEQ_USER_SETTING[] = {
 	0xF0, 0x5A, 0x5A
 };
@@ -22,10 +18,6 @@ static const unsigned char SEQ_ELVSS_ON[] = {
 	0xB1, 0x0D, 0x00, 0x16,
 };
 
-static const unsigned char SEQ_TEMP_SWIRE[] = {
-	0xB2, 0x06, 0x06, 0x06, 0x06,
-};
-
 static const unsigned char SEQ_GTCON[] = {
 	0xF7, 0x09, 0x00, 0x00,
 };
@@ -46,10 +38,6 @@ static const unsigned char SEQ_GAMMA_CTRL[] = {
 	0xFB, 0x02, 0x5A,
 };
 
-static const unsigned char SEQ_APON[] = {
-	0xF3, 0x00, 0x00, 0x00, 0x0A, 0x02,
-};
-
 static const unsigned char SEQ_DISPCTL[] = {
 	0xF2, 0x02, 0x08, 0x08, 0x10, 0x10,
 };
@@ -66,10 +54,6 @@ static const unsigned char SEQ_SLPOUT[] = {
 	0x11,
 };
 
-static const unsigned char SEQ_SLPIN[] = {
-	0x10,
-};
-
 static const unsigned char SEQ_DISPON[] = {
 	0x29,
 };
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] video: ld9040: remove the unused defined
  2017-05-30  1:07 ` [U-Boot] [PATCH] video: ld9040: remove the unused defined Jaehoon Chung
@ 2017-06-02  8:38   ` Anatolij Gustschin
  0 siblings, 0 replies; 2+ messages in thread
From: Anatolij Gustschin @ 2017-06-02  8:38 UTC (permalink / raw)
  To: u-boot

On Tue, 30 May 2017 10:07:57 +0900
Jaehoon Chung jh80.chung at samsung.com wrote:

> Remove the unused defined.
> When code is building, appearred the compiler warning.
> 
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  drivers/video/ld9040.c | 16 ----------------
>  1 file changed, 16 deletions(-)

thanks, but a similar patch has already been applied:

  http://patchwork.ozlabs.org/patch/759876

--
Anatolij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-02  8:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170530010758epcas5p221c81d5509da6f56e57e97b388108e67@epcas5p2.samsung.com>
2017-05-30  1:07 ` [U-Boot] [PATCH] video: ld9040: remove the unused defined Jaehoon Chung
2017-06-02  8:38   ` Anatolij Gustschin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.