vt: introduce enum vc_intensity for intensity
[linux-2.6-microblaze.git] / drivers / video / console / sticon.c
index 90083eb..a847067 100644 (file)
@@ -288,7 +288,8 @@ static unsigned long sticon_getxy(struct vc_data *conp, unsigned long pos,
     return ret;
 }
 
-static u8 sticon_build_attr(struct vc_data *conp, u8 color, u8 intens,
+static u8 sticon_build_attr(struct vc_data *conp, u8 color,
+                           enum vc_intensity intens,
                            u8 blink, u8 underline, u8 reverse, u8 italic)
 {
     u8 attr = ((color & 0x70) >> 1) | ((color & 7));