Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262115AbTEZOlc (ORCPT ); Mon, 26 May 2003 10:41:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264385AbTEZOlc (ORCPT ); Mon, 26 May 2003 10:41:32 -0400 Received: from pointblue.com.pl ([62.89.73.6]:12553 "EHLO pointblue.com.pl") by vger.kernel.org with ESMTP id S262115AbTEZOlb (ORCPT ); Mon, 26 May 2003 10:41:31 -0400 Subject: Re: [PATCH] 2.5.69-bk19 drm_memory.h compilation error From: Grzegorz Jaskiewicz To: Christoph Hellwig Cc: lkml , Linus 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: <1053960179.17302.21.camel@nalesnik.localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 26 May 2003 15:43:00 +0100 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 949 Lines: 31 that's better :] 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:41:47.000000000 +0100 @@ -32,6 +32,8 @@ #include #include "drmP.h" +#include + /* 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/