aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/rtas.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-powerpc/rtas.h b/include/asm-powerpc/rtas.h
index 5a0c136c0416..031ef57fb195 100644
--- a/include/asm-powerpc/rtas.h
+++ b/include/asm-powerpc/rtas.h
@@ -221,8 +221,6 @@ extern int rtas_get_error_log_max(void);
221extern spinlock_t rtas_data_buf_lock; 221extern spinlock_t rtas_data_buf_lock;
222extern char rtas_data_buf[RTAS_DATA_BUF_SIZE]; 222extern char rtas_data_buf[RTAS_DATA_BUF_SIZE];
223 223
224extern void rtas_stop_self(void);
225
226/* RMO buffer reserved for user-space RTAS use */ 224/* RMO buffer reserved for user-space RTAS use */
227extern unsigned long rtas_rmo_buf; 225extern unsigned long rtas_rmo_buf;
228 226