aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/fbset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fbset.c b/util-linux/fbset.c
index 358d0a8fc..6e497c6ea 100644
--- a/util-linux/fbset.c
+++ b/util-linux/fbset.c
@@ -269,7 +269,7 @@ static void setfbmode(struct fb_var_screeninfo *base,
269 base->bits_per_pixel = set->bits_per_pixel; 269 base->bits_per_pixel = set->bits_per_pixel;
270} 270}
271 271
272static void showmode(struct fb_var_screeninfo *v) 272static NOINLINE void showmode(struct fb_var_screeninfo *v)
273{ 273{
274 double drate = 0, hrate = 0, vrate = 0; 274 double drate = 0, hrate = 0, vrate = 0;
275 275