intelfb: add pll index to the intelfb structure
[safe/jmp/linux-2.6] / drivers / video / intelfb / intelfb.h
index da29d00..d0da384 100644 (file)
@@ -277,6 +277,9 @@ struct intelfb_info {
 
        /* driver registered */
        int registered;
+       
+       /* index into plls */
+       int pll_index;
 };
 
 /*** function prototypes ***/