platform/chrome: chromeos_laptop - fix incorrect placement of __initdata tag
authorBenson Leung <bleung@chromium.org>
Mon, 21 Oct 2013 03:58:26 +0000 (20:58 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 25 Nov 2013 20:51:15 +0000 (12:51 -0800)
commitcdddd23fa2536cd4273e95d66b6ef83e67b747bf
treec6ed27dda64c16c31064e5804ad849945887d503
parent9ad3692458c387eb9537da73b2b75841ed7acdaf
platform/chrome: chromeos_laptop - fix incorrect placement of __initdata tag

__initdata tag should be placed between the variable name and equal
sign for the variable to be placed in the intended .init.data section.

Signed-off-by: Benson Leung <bleung@chromium.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/platform/chrome/chromeos_laptop.c