linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bcmring: fix build error with bcmring_defconfig
@ 2009-12-08  2:39 Leo (Hao) Chen
  2009-12-08 19:55 ` Leo (Hao) Chen
  0 siblings, 1 reply; 2+ messages in thread
From: Leo (Hao) Chen @ 2009-12-08  2:39 UTC (permalink / raw)
  To: linux-arm-kernel


Hi,

This patch is to fix the build error with bcmring_defconfig.

The error is caught by KAutoBuild.

/var/tmp/kernel-orig/usr/include/linux/perf_event.h:22: included file
'asm-arm/hw_breakpoint.h' is not exported
make[3]: *** [/var/tmp/kernel-orig/usr/include/linux/.check] Error 123
make[2]: *** [linux] Error 2
make[1]: *** [headers_check] Error 2
make: *** [vmlinux] Error 2
make: Leaving directory `/var/tmp/kernel-orig'

From: Leo Chen <leochen@broadcom.com>
Date: Mon, 7 Dec 2009 18:36:58 -0800
Subject: [PATCH] disable header check to fix build error of bcmring_defconfig


Signed-off-by: Leo Hao Chen <leochen@broadcom.com>
---
 arch/arm/configs/bcmring_defconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/configs/bcmring_defconfig b/arch/arm/configs/bcmring_defconfig
index bcc0bac..04b063b 100644
--- a/arch/arm/configs/bcmring_defconfig
+++ b/arch/arm/configs/bcmring_defconfig
@@ -678,7 +678,7 @@ CONFIG_FRAME_WARN=1024
 CONFIG_MAGIC_SYSRQ=y
 # CONFIG_UNUSED_SYMBOLS is not set
 # CONFIG_DEBUG_FS is not set
-CONFIG_HEADERS_CHECK=y
+# CONFIG_HEADERS_CHECK is not set
 # CONFIG_DEBUG_KERNEL is not set
 # CONFIG_DEBUG_BUGVERBOSE is not set
 # CONFIG_DEBUG_MEMORY_INIT is not set
-- 
1.6.0.6

-- 

Leo Hao Chen

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

* [PATCH] Bcmring: fix build error with bcmring_defconfig
  2009-12-08  2:39 [PATCH] Bcmring: fix build error with bcmring_defconfig Leo (Hao) Chen
@ 2009-12-08 19:55 ` Leo (Hao) Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Leo (Hao) Chen @ 2009-12-08 19:55 UTC (permalink / raw)
  To: linux-arm-kernel

This patch shouldn't be needed. Not our problem.  It is fixed in

http://git.kernel.org/tip/2ff6cfd70720780234fdfea636218c2a62b31287

best,

Leo

On Mon, Dec 07, 2009 at 06:39:29PM -0800, Leo (Hao) Chen wrote:
> 
> Hi,
> 
> This patch is to fix the build error with bcmring_defconfig.
> 
> The error is caught by KAutoBuild.
> 
> /var/tmp/kernel-orig/usr/include/linux/perf_event.h:22: included file
> 'asm-arm/hw_breakpoint.h' is not exported
> make[3]: *** [/var/tmp/kernel-orig/usr/include/linux/.check] Error 123
> make[2]: *** [linux] Error 2
> make[1]: *** [headers_check] Error 2
> make: *** [vmlinux] Error 2
> make: Leaving directory `/var/tmp/kernel-orig'
> 
> From: Leo Chen <leochen@broadcom.com>
> Date: Mon, 7 Dec 2009 18:36:58 -0800
> Subject: [PATCH] disable header check to fix build error of bcmring_defconfig
> 
> 
> Signed-off-by: Leo Hao Chen <leochen@broadcom.com>
> ---
>  arch/arm/configs/bcmring_defconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/configs/bcmring_defconfig b/arch/arm/configs/bcmring_defconfig
> index bcc0bac..04b063b 100644
> --- a/arch/arm/configs/bcmring_defconfig
> +++ b/arch/arm/configs/bcmring_defconfig
> @@ -678,7 +678,7 @@ CONFIG_FRAME_WARN=1024
>  CONFIG_MAGIC_SYSRQ=y
>  # CONFIG_UNUSED_SYMBOLS is not set
>  # CONFIG_DEBUG_FS is not set
> -CONFIG_HEADERS_CHECK=y
> +# CONFIG_HEADERS_CHECK is not set
>  # CONFIG_DEBUG_KERNEL is not set
>  # CONFIG_DEBUG_BUGVERBOSE is not set
>  # CONFIG_DEBUG_MEMORY_INIT is not set
> -- 
> 1.6.0.6
> 
> -- 
> 
> Leo Hao Chen

-- 

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

end of thread, other threads:[~2009-12-08 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08  2:39 [PATCH] Bcmring: fix build error with bcmring_defconfig Leo (Hao) Chen
2009-12-08 19:55 ` Leo (Hao) Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).