diff options
Diffstat (limited to 'util-linux/fbset.c')
-rw-r--r-- | util-linux/fbset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index 0ed8fae39..103ef6818 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -170,6 +170,7 @@ enum { | |||
170 | }; | 170 | }; |
171 | #endif | 171 | #endif |
172 | 172 | ||
173 | #if ENABLE_FEATURE_FBSET_READMODE | ||
173 | static void ss(uint32_t *x, uint32_t flag, char *buf, const char *what) | 174 | static void ss(uint32_t *x, uint32_t flag, char *buf, const char *what) |
174 | { | 175 | { |
175 | if (strstr(buf, what)) | 176 | if (strstr(buf, what)) |
@@ -178,7 +179,6 @@ static void ss(uint32_t *x, uint32_t flag, char *buf, const char *what) | |||
178 | *x |= flag; | 179 | *x |= flag; |
179 | } | 180 | } |
180 | 181 | ||
181 | #if ENABLE_FEATURE_FBSET_READMODE | ||
182 | static int readmode(struct fb_var_screeninfo *base, const char *fn, | 182 | static int readmode(struct fb_var_screeninfo *base, const char *fn, |
183 | const char *mode) | 183 | const char *mode) |
184 | { | 184 | { |