diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-s390/ccwdev.h | 5 | ||||
-rw-r--r-- | include/asm-s390/s390_ext.h | 2 | ||||
-rw-r--r-- | include/asm-s390/smp.h | 11 | ||||
-rw-r--r-- | include/asm-s390/unistd.h | 2 |
4 files changed, 4 insertions, 16 deletions
diff --git a/include/asm-s390/ccwdev.h b/include/asm-s390/ccwdev.h index 4c2e1710f157..1aeda27d5a8b 100644 --- a/include/asm-s390/ccwdev.h +++ b/include/asm-s390/ccwdev.h | |||
@@ -165,11 +165,6 @@ extern int ccw_device_resume(struct ccw_device *); | |||
165 | extern int ccw_device_halt(struct ccw_device *, unsigned long); | 165 | extern int ccw_device_halt(struct ccw_device *, unsigned long); |
166 | extern int ccw_device_clear(struct ccw_device *, unsigned long); | 166 | extern int ccw_device_clear(struct ccw_device *, unsigned long); |
167 | 167 | ||
168 | extern int __deprecated read_dev_chars(struct ccw_device *cdev, void **buffer, int length); | ||
169 | extern int __deprecated read_conf_data(struct ccw_device *cdev, void **buffer, int *length); | ||
170 | extern int __deprecated read_conf_data_lpm(struct ccw_device *cdev, void **buffer, | ||
171 | int *length, __u8 lpm); | ||
172 | |||
173 | extern int ccw_device_set_online(struct ccw_device *cdev); | 168 | extern int ccw_device_set_online(struct ccw_device *cdev); |
174 | extern int ccw_device_set_offline(struct ccw_device *cdev); | 169 | extern int ccw_device_set_offline(struct ccw_device *cdev); |
175 | 170 | ||
diff --git a/include/asm-s390/s390_ext.h b/include/asm-s390/s390_ext.h index df9b1017b703..1e72362cad78 100644 --- a/include/asm-s390/s390_ext.h +++ b/include/asm-s390/s390_ext.h | |||
@@ -10,6 +10,8 @@ | |||
10 | * Martin Schwidefsky (schwidefsky@de.ibm.com) | 10 | * Martin Schwidefsky (schwidefsky@de.ibm.com) |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/types.h> | ||
14 | |||
13 | typedef void (*ext_int_handler_t)(__u16 code); | 15 | typedef void (*ext_int_handler_t)(__u16 code); |
14 | 16 | ||
15 | /* | 17 | /* |
diff --git a/include/asm-s390/smp.h b/include/asm-s390/smp.h index 76e424f718c6..07708c07701e 100644 --- a/include/asm-s390/smp.h +++ b/include/asm-s390/smp.h | |||
@@ -36,8 +36,7 @@ extern void machine_halt_smp(void); | |||
36 | extern void machine_power_off_smp(void); | 36 | extern void machine_power_off_smp(void); |
37 | 37 | ||
38 | extern void smp_setup_cpu_possible_map(void); | 38 | extern void smp_setup_cpu_possible_map(void); |
39 | extern int smp_call_function_on(void (*func) (void *info), void *info, | 39 | |
40 | int nonatomic, int wait, int cpu); | ||
41 | #define NO_PROC_ID 0xFF /* No processor magic marker */ | 40 | #define NO_PROC_ID 0xFF /* No processor magic marker */ |
42 | 41 | ||
43 | /* | 42 | /* |
@@ -96,14 +95,6 @@ extern int __cpu_up (unsigned int cpu); | |||
96 | #endif | 95 | #endif |
97 | 96 | ||
98 | #ifndef CONFIG_SMP | 97 | #ifndef CONFIG_SMP |
99 | static inline int | ||
100 | smp_call_function_on(void (*func) (void *info), void *info, | ||
101 | int nonatomic, int wait, int cpu) | ||
102 | { | ||
103 | func(info); | ||
104 | return 0; | ||
105 | } | ||
106 | |||
107 | static inline void smp_send_stop(void) | 98 | static inline void smp_send_stop(void) |
108 | { | 99 | { |
109 | /* Disable all interrupts/machine checks */ | 100 | /* Disable all interrupts/machine checks */ |
diff --git a/include/asm-s390/unistd.h b/include/asm-s390/unistd.h index 790c1c557417..f04acb2670a8 100644 --- a/include/asm-s390/unistd.h +++ b/include/asm-s390/unistd.h | |||
@@ -251,7 +251,7 @@ | |||
251 | #define __NR_getcpu 311 | 251 | #define __NR_getcpu 311 |
252 | #define __NR_epoll_pwait 312 | 252 | #define __NR_epoll_pwait 312 |
253 | #define __NR_utimes 313 | 253 | #define __NR_utimes 313 |
254 | /* Number 314 is reserved for new sys_fallocate */ | 254 | #define __NR_fallocate 314 |
255 | #define __NR_utimensat 315 | 255 | #define __NR_utimensat 315 |
256 | #define __NR_signalfd 316 | 256 | #define __NR_signalfd 316 |
257 | #define __NR_timerfd 317 | 257 | #define __NR_timerfd 317 |