]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/omapfb.h
kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le()
[karo-tx-linux.git] / include / linux / omapfb.h
index 4ff57e81051ddfd43ec696947a1bb9ecfa1eee89..85af8184691a39d4b6c9dd2d0fdd32decb213ad8 100644 (file)
@@ -220,7 +220,12 @@ struct omapfb_display_info {
 
 #ifdef __KERNEL__
 
-#include <plat/board.h>
+struct omap_lcd_config {
+       char panel_name[16];
+       char ctrl_name[16];
+       s16  nreset_gpio;
+       u8   data_lines;
+};
 
 struct omapfb_platform_data {
        struct omap_lcd_config          lcd;