diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/lpar.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/lpar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/lpar.c b/arch/powerpc/platforms/pseries/lpar.c index 615ffb961059..1fe445ab78a6 100644 --- a/arch/powerpc/platforms/pseries/lpar.c +++ b/arch/powerpc/platforms/pseries/lpar.c | |||
@@ -112,7 +112,7 @@ static int udbg_hvsi_getc_poll(void) | |||
112 | return ch; | 112 | return ch; |
113 | } | 113 | } |
114 | 114 | ||
115 | static char udbg_hvsi_getc(void) | 115 | static int udbg_hvsi_getc(void) |
116 | { | 116 | { |
117 | int ch; | 117 | int ch; |
118 | for (;;) { | 118 | for (;;) { |
@@ -173,7 +173,7 @@ static int udbg_getc_pollLP(void) | |||
173 | return ch; | 173 | return ch; |
174 | } | 174 | } |
175 | 175 | ||
176 | static char udbg_getcLP(void) | 176 | static int udbg_getcLP(void) |
177 | { | 177 | { |
178 | int ch; | 178 | int ch; |
179 | for (;;) { | 179 | for (;;) { |