public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] x86: ce4100: add head file for reboot type
@ 2013-07-09  3:06 Xiong Zhou
  2013-07-12  3:47 ` Xiong Zhou
  0 siblings, 1 reply; 2+ messages in thread
From: Xiong Zhou @ 2013-07-09  3:06 UTC (permalink / raw)
  To: tglx, matthew.garrett
  Cc: platform-driver-x86, linux-next, linux-kernel, mingo, x86,
	rui.zhang, alan, ffainelli, mingo, mbizon

[-- Attachment #1: Type: TEXT/PLAIN, Size: 724 bytes --]

From: Xiong Zhou <jencce.kernel@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.kernel@gmail•com>
---
 arch/x86/platform/ce4100/ce4100.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/platform/ce4100/ce4100.c b/arch/x86/platform/ce4100/ce4100.c
index baec704..643b8b5e 100644
--- a/arch/x86/platform/ce4100/ce4100.c
+++ b/arch/x86/platform/ce4100/ce4100.c
@@ -14,6 +14,7 @@
 #include <linux/module.h>
 #include <linux/serial_reg.h>
 #include <linux/serial_8250.h>
+#include <linux/reboot.h>
 
 #include <asm/ce4100.h>
 #include <asm/prom.h>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] x86: ce4100: add head file for reboot type
  2013-07-09  3:06 [PATCH] x86: ce4100: add head file for reboot type Xiong Zhou
@ 2013-07-12  3:47 ` Xiong Zhou
  0 siblings, 0 replies; 2+ messages in thread
From: Xiong Zhou @ 2013-07-12  3:47 UTC (permalink / raw)
  To: tglx, matthew.garrett
  Cc: platform-driver-x86, Linux-Next, linux-kernel@vger•kernel.org,
	mingo, x86, rui.zhang, alan, ffainelli, mingo, mbizon,
	Jiri Kosina

2013/7/9 Xiong Zhou <jencce.kernel@gmail•com>:
> From: Xiong Zhou <jencce.kernel@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.kernel@gmail•com>
> ---
>  arch/x86/platform/ce4100/ce4100.c |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/x86/platform/ce4100/ce4100.c b/arch/x86/platform/ce4100/ce4100.c
> index baec704..643b8b5e 100644
> --- a/arch/x86/platform/ce4100/ce4100.c
> +++ b/arch/x86/platform/ce4100/ce4100.c
> @@ -14,6 +14,7 @@
>  #include <linux/module.h>
>  #include <linux/serial_reg.h>
>  #include <linux/serial_8250.h>
> +#include <linux/reboot.h>
>
>  #include <asm/ce4100.h>
>  #include <asm/prom.h>



cc Jiri Kosina <trivial@kernel•org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-12  3:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09  3:06 [PATCH] x86: ce4100: add head file for reboot type Xiong Zhou
2013-07-12  3:47 ` Xiong Zhou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox