diff options
author | Sudhakar Rajashekhara <sudhakar.raj@ti.com> | 2009-09-22 19:47:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:39:51 -0400 |
commit | 2f93e8f4822fdd48fa9c4c901eea87ab1c902f87 (patch) | |
tree | 04759bd6c4f81f4b30a2ecce237e690a6369e138 /include/video | |
parent | 4ed824d9aead77a6a4eb1e89c3b3d270ba386fad (diff) |
davinci-fb-frame-buffer-driver-for-ti-da8xx-omap-l1xx-v4
Since the previous version, return values in ioctl() function have been
modified.
[akpm@linux-foundation.org: simplify lcd_disable_raster()]
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: Pavel Kiryukhin <pkiryukhin@ru.mvista.com>
Signed-off-by: Steve Chen <schen@mvista.com>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/da8xx-fb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/da8xx-fb.h b/include/video/da8xx-fb.h index 5f7767547fa0..c051a50ed528 100644 --- a/include/video/da8xx-fb.h +++ b/include/video/da8xx-fb.h | |||
@@ -67,9 +67,6 @@ struct lcd_ctrl_config { | |||
67 | /* Mono 8-bit Mode: 1=D0-D7 or 0=D0-D3 */ | 67 | /* Mono 8-bit Mode: 1=D0-D7 or 0=D0-D3 */ |
68 | unsigned char mono_8bit_mode; | 68 | unsigned char mono_8bit_mode; |
69 | 69 | ||
70 | /* Invert pixel clock */ | ||
71 | unsigned char invert_pxl_clock; | ||
72 | |||
73 | /* Invert line clock */ | 70 | /* Invert line clock */ |
74 | unsigned char invert_line_clock; | 71 | unsigned char invert_line_clock; |
75 | 72 | ||