Skip to content

Commit 321a145

Browse files
Alexey Dobriyanbp3tk0v
authored andcommitted
x86/callthunks: Delete unused "struct thunk_desc"
It looks like it was never used. Signed-off-by: Alexey Dobriyan <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/843bf596-db67-4b33-a865-2bae4a4418e5@p183
1 parent b587fef commit 321a145

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/x86/kernel/callthunks.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ EXPORT_SYMBOL_GPL(__x86_call_count);
4848

4949
extern s32 __call_sites[], __call_sites_end[];
5050

51-
struct thunk_desc {
52-
void *template;
53-
unsigned int template_size;
54-
};
55-
5651
struct core_text {
5752
unsigned long base;
5853
unsigned long end;

0 commit comments

Comments
 (0)