Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264393AbTEZO3G (ORCPT ); Mon, 26 May 2003 10:29:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264394AbTEZO3G (ORCPT ); Mon, 26 May 2003 10:29:06 -0400 Received: from pointblue.com.pl ([62.89.73.6]:2313 "EHLO pointblue.com.pl") by vger.kernel.org with ESMTP id S264393AbTEZO24 (ORCPT ); Mon, 26 May 2003 10:28:56 -0400 Subject: Re: [PATCH] 2.5.69-bk19 drm_memory.h compilation error From: Grzegorz Jaskiewicz To: Christoph Hellwig Cc: Linus , lkml In-Reply-To: <20030526153107.A23896@infradead.org> References: <1053956681.1852.7.camel@nalesnik.localhost> <20030526153107.A23896@infradead.org> Content-Type: text/plain Organization: K4 labs Message-Id: <1053959414.1852.10.camel@nalesnik.localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 26 May 2003 15:30:25 +0100 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 961 Lines: 31 On Mon, 2003-05-26 at 15:31, Christoph Hellwig wrote: > Just include linux/highmem.h (never the asm version!) uncodintionally amd remove > the noisy comment. diff -ur 1/drivers/char/drm/drm_memory.h 2/drivers/char/drm/drm_memory.h --- 1/drivers/char/drm/drm_memory.h 2003-05-26 14:40:31.000000000 +0100 +++ 2/drivers/char/drm/drm_memory.h 2003-05-26 15:28:08.000000000 +0100 @@ -32,6 +32,10 @@ #include #include "drmP.h" +#ifdef CONFIG_HIGHMEM +#include +#endif + /* Cut down version of drm_memory_debug.h, which used to be called * drm_memory.h. If you want the debug functionality, change 0 to 1 * below. -- Grzegorz Jaskiewicz K4 labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/