git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11dada
)
x86: platform: Fix section annotations
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 16 Sep 2009 06:42:26 +0000
(08:42 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 16 Sep 2009 08:21:10 +0000
(10:21 +0200)
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: Thomas Gleixner <tglx@linutronix.de>
No differences found