public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Grzegorz Jaskiewicz <gj@pointblue.com.pl>
To: Christoph Hellwig <hch@infradead.org>
Cc: Linus <torvalds@transmeta.com>, lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] 2.5.69-bk19 drm_memory.h compilation error
Date: 26 May 2003 15:30:25 +0100	[thread overview]
Message-ID: <1053959414.1852.10.camel@nalesnik.localhost> (raw)
In-Reply-To: <20030526153107.A23896@infradead.org>

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 <linux/config.h>
 #include "drmP.h"

+#ifdef CONFIG_HIGHMEM
+#include <linux/highmem.h>
+#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 <gj@pointblue.com.pl>
K4 labs


  reply	other threads:[~2003-05-26 14:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-26 13:44 [PATCH] 2.5.69-bk19 drm_memory.h compilation error Grzegorz Jaskiewicz
2003-05-26 14:31 ` Christoph Hellwig
2003-05-26 14:30   ` Grzegorz Jaskiewicz [this message]
2003-05-26 14:43   ` Grzegorz Jaskiewicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1053959414.1852.10.camel@nalesnik.localhost \
    --to=gj@pointblue.com.pl \
    --cc=hch@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox