Skip to content
Commit 54e2603f authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: platform: Fix section annotations



init_IRQ() and x86_late_time_init() are missing __init annotations.

The x86 platform ops variables are annotated, but the annotation needs
to be put between the variable name and the "=" of the initializer.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent e11dadab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment