Re: [PATCH] x86: ce4100: add head file for reboot type

2013-07-11 Thread Xiong Zhou
2013/7/9 Xiong Zhou : > From: Xiong Zhou > > Add head file for reboot type stuff to fix this: > error: ‘reboot_type’ undeclared (first use in this function) > error: ‘BOOT_KBD’ undeclared (first use in this function) > > Signed-off-by: Xiong Zhou > --- > arch/x86/platform/ce4100/ce4100.c |1

Re: [PATCH] x86: ce4100: add head file for reboot type

2013-07-11 Thread Xiong Zhou
2013/7/9 Xiong Zhou jencce.ker...@gmail.com: From: Xiong Zhou jencce.ker...@gmail.com Add head file for reboot type stuff to fix this: error: ‘reboot_type’ undeclared (first use in this function) error: ‘BOOT_KBD’ undeclared (first use in this function) Signed-off-by: Xiong Zhou

[PATCH] x86: ce4100: add head file for reboot type

2013-07-08 Thread Xiong Zhou
From: Xiong Zhou Add head file for reboot type stuff to fix this: error: ‘reboot_type’ undeclared (first use in this function) error: ‘BOOT_KBD’ undeclared (first use in this function) Signed-off-by: Xiong Zhou --- arch/x86/platform/ce4100/ce4100.c |1 + 1 file changed, 1 insertion(+)

[PATCH] x86: ce4100: add head file for reboot type

2013-07-08 Thread Xiong Zhou
From: Xiong Zhou jencce.ker...@gmail.com Add head file for reboot type stuff to fix this: error: ‘reboot_type’ undeclared (first use in this function) error: ‘BOOT_KBD’ undeclared (first use in this function) Signed-off-by: Xiong Zhou jencce.ker...@gmail.com ---