diff options
Diffstat (limited to 'arch/powerpc/kernel/rtas.c')
-rw-r--r-- | arch/powerpc/kernel/rtas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index 76b5d7ebdcc6..9d0735a54564 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c | |||
@@ -182,7 +182,7 @@ void rtas_progress(char *s, unsigned short hex) | |||
182 | char *os; | 182 | char *os; |
183 | static int display_character, set_indicator; | 183 | static int display_character, set_indicator; |
184 | static int display_width, display_lines, form_feed; | 184 | static int display_width, display_lines, form_feed; |
185 | const static int *row_width; | 185 | static const int *row_width; |
186 | static DEFINE_SPINLOCK(progress_lock); | 186 | static DEFINE_SPINLOCK(progress_lock); |
187 | static int current_line; | 187 | static int current_line; |
188 | static int pending_newline = 0; /* did last write end with unprinted newline? */ | 188 | static int pending_newline = 0; /* did last write end with unprinted newline? */ |