Hi all, After merging the tip tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/staging/sep/sep_driver.c:55:32: fatal error: linux/rar_register.h: No such file or directory Caused by commit 33e9970add94 ("x86/mid: Kill off Moorestown"). Following previous instructions, I have disabled the staging tree driver using this patch (pending a fix in the tip tree): From: Stephen Rothwell Date: Thu, 8 Mar 2012 15:15:44 +1100 Subject: [PATCH] staging: disable the sep driver due to breakage Signed-off-by: Stephen Rothwell --- drivers/staging/sep/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/sep/Kconfig b/drivers/staging/sep/Kconfig index 92bf166..cd95ca2 100644 --- a/drivers/staging/sep/Kconfig +++ b/drivers/staging/sep/Kconfig @@ -1,6 +1,6 @@ config DX_SEP tristate "Discretix SEP driver" - depends on PCI + depends on PCI && BROKEN help Discretix SEP driver; used for the security processor subsystem on bard the Intel Mobile Internet Device. -- 1.7.9.1 -- Cheers, Stephen Rothwell sfr@canb.auug.org.au