linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / video / console / newport_con.c
index e99fe30..762c7a5 100644 (file)
@@ -149,7 +149,7 @@ static inline void newport_clear_lines(int ystart, int yend, int ci)
        newport_clear_screen(0, ystart, 1280 + 63, yend, ci);
 }
 
-static void newport_reset(void)
+void newport_reset(void)
 {
        unsigned short treg;
        int i;
@@ -193,7 +193,7 @@ static void newport_reset(void)
  * calculate the actual screen size by reading
  * the video timing out of the VC2
  */
-static void newport_get_screensize(void)
+void newport_get_screensize(void)
 {
        int i, cols;
        unsigned short ventry, treg;