From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id F162EDDE27 for ; Fri, 5 Oct 2007 08:28:48 +1000 (EST) Message-ID: <4705691A.9020509@freescale.com> Date: Thu, 04 Oct 2007 17:28:42 -0500 From: Timur Tabi MIME-Version: 1.0 To: Kumar Gala , PowerPC dev list Subject: include/asm/cpm2.h:14:21: error: asm/cpm.h: No such file or directory Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kumar, this is what I get when I compile your 2.6.24 branch for the 8610: CC arch/powerpc/sysdev/fsl_soc.o In file included from arch/powerpc/sysdev/fsl_soc.c:40: include/asm/cpm2.h:14:21: error: asm/cpm.h: No such file or directory make[1]: *** [arch/powerpc/sysdev/fsl_soc.o] Error 1 make: *** [arch/powerpc/sysdev] Error 2 Commenting out the "#include " in cpm2.h makes the compilation failure go away, but I don't know if that's the proper fix, since the 8610 doesn't have a CPM. -- Timur Tabi Linux Kernel Developer @ Freescale