hp-wmi: Add missing __init annotations to initialization code
authorMathias Krause <minipli@googlemail.com>
Wed, 16 Jul 2014 17:43:13 +0000 (19:43 +0200)
committerMatthew Garrett <matthew.garrett@nebula.com>
Sat, 16 Aug 2014 08:23:53 +0000 (01:23 -0700)
commit702ef54255350cc821cd1ea9095bc8b336235d26
tree7a554ca28aae75aa62b67c096da54edf6f17fae8
parent8a1a970acd7434cab6373ad83313401f6f5d2d7c
hp-wmi: Add missing __init annotations to initialization code

These functions are only called from other initialization routines, so
can be marked __init, too.

Signed-off-by: Mathias Krause <minipli@googlemail.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/hp-wmi.c