diff options
author | Daniel Vetter <[email protected]> | 2017-03-23 08:15:18 +0100 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2017-03-23 08:15:18 +0100 |
commit | aa18bc8ddcb3ffe3fdb87a59b81371fb8bceea38 (patch) | |
tree | 0547955f584ec0865ddaf0762053f69279a014e7 /scripts/module-common.lds | |
parent | 93aa2a1c25e562cc0ca69c3175333fe33fdf055b (diff) | |
parent | 65d1086c44791112188f6aebbdc3a27cab3736d3 (diff) |
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Backmerge drm-next to get at the hdmi2.0 helper functions.
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'scripts/module-common.lds')
-rw-r--r-- | scripts/module-common.lds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/module-common.lds b/scripts/module-common.lds index cf7e52e4781b..9b6e246a45d0 100644 --- a/scripts/module-common.lds +++ b/scripts/module-common.lds @@ -22,4 +22,6 @@ SECTIONS { . = ALIGN(8); .init_array 0 : { *(SORT(.init_array.*)) *(.init_array) } + + __jump_table 0 : ALIGN(8) { KEEP(*(__jump_table)) } } |