File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ void __init config_amiga(void)
396
396
mach_max_dma_address = 0xffffffff ;
397
397
398
398
mach_reset = amiga_reset ;
399
- #if defined (CONFIG_INPUT_M68K_BEEP ) || defined( CONFIG_INPUT_M68K_BEEP_MODULE )
399
+ #if IS_ENABLED (CONFIG_INPUT_M68K_BEEP )
400
400
mach_beep = amiga_mksound ;
401
401
#endif
402
402
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ void __init config_atari(void)
211
211
arch_gettimeoffset = atari_gettimeoffset ;
212
212
mach_reset = atari_reset ;
213
213
mach_max_dma_address = 0xffffff ;
214
- #if defined (CONFIG_INPUT_M68K_BEEP ) || defined( CONFIG_INPUT_M68K_BEEP_MODULE )
214
+ #if IS_ENABLED (CONFIG_INPUT_M68K_BEEP )
215
215
mach_beep = atari_mksound ;
216
216
#endif
217
217
#ifdef CONFIG_HEARTBEAT
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ EXPORT_SYMBOL(mach_heartbeat);
105
105
#ifdef CONFIG_M68K_L2_CACHE
106
106
void (* mach_l2_flush ) (int );
107
107
#endif
108
- #if defined (CONFIG_INPUT_M68K_BEEP ) || defined( CONFIG_INPUT_M68K_BEEP_MODULE )
108
+ #if IS_ENABLED (CONFIG_INPUT_M68K_BEEP )
109
109
void (* mach_beep )(unsigned int , unsigned int );
110
110
EXPORT_SYMBOL (mach_beep );
111
111
#endif
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ void __init config_mac(void)
162
162
mach_halt = mac_poweroff ;
163
163
mach_power_off = mac_poweroff ;
164
164
mach_max_dma_address = 0xffffffff ;
165
- #if defined (CONFIG_INPUT_M68K_BEEP ) || defined( CONFIG_INPUT_M68K_BEEP_MODULE )
165
+ #if IS_ENABLED (CONFIG_INPUT_M68K_BEEP )
166
166
mach_beep = mac_mksound ;
167
167
#endif
168
168
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ void __init config_q40(void)
180
180
mach_reset = q40_reset ;
181
181
mach_get_model = q40_get_model ;
182
182
183
- #if defined (CONFIG_INPUT_M68K_BEEP ) || defined( CONFIG_INPUT_M68K_BEEP_MODULE )
183
+ #if IS_ENABLED (CONFIG_INPUT_M68K_BEEP )
184
184
mach_beep = q40_mksound ;
185
185
#endif
186
186
#ifdef CONFIG_HEARTBEAT
You can’t perform that action at this time.
0 commit comments