diff options
Diffstat (limited to 'drivers/platform/x86/apple-gmux.c')
-rw-r--r-- | drivers/platform/x86/apple-gmux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/apple-gmux.c b/drivers/platform/x86/apple-gmux.c index 0dec3f59917a..976efeb3f2ba 100644 --- a/drivers/platform/x86/apple-gmux.c +++ b/drivers/platform/x86/apple-gmux.c | |||
@@ -346,7 +346,7 @@ gmux_active_client(struct apple_gmux_data *gmux_data) | |||
346 | return VGA_SWITCHEROO_DIS; | 346 | return VGA_SWITCHEROO_DIS; |
347 | } | 347 | } |
348 | 348 | ||
349 | static struct vga_switcheroo_handler gmux_handler = { | 349 | static const struct vga_switcheroo_handler gmux_handler = { |
350 | .switchto = gmux_switchto, | 350 | .switchto = gmux_switchto, |
351 | .power_state = gmux_set_power_state, | 351 | .power_state = gmux_set_power_state, |
352 | .get_client_id = gmux_get_client_id, | 352 | .get_client_id = gmux_get_client_id, |