ext3: Flush disk caches on fsync when needed
[deliverable/linux.git] / drivers / video / console / promcon.c
index b78eac63459f09d18c928f88f33f6b86cc8155aa..ae02e4eb18e7967e065e0aadc1c1fe6425fdd0ff 100644 (file)
@@ -548,7 +548,8 @@ promcon_scroll(struct vc_data *conp, int t, int b, int dir, int count)
 }
 
 #if !(PROMCON_COLOR)
-static u8 promcon_build_attr(struct vc_data *conp, u8 _color, u8 _intensity, u8 _blink, u8 _underline, u8 _reverse)
+static u8 promcon_build_attr(struct vc_data *conp, u8 _color, u8 _intensity,
+    u8 _blink, u8 _underline, u8 _reverse, u8 _italic)
 {
        return (_reverse) ? 0xf : 0x7;
 }
This page took 0.024381 seconds and 5 git commands to generate.