linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.sourceforge.net
Subject: [PATCH] Fix gcc 4 compilation in DRM
Date: Mon, 10 Jan 2005 03:53:53 +0100	[thread overview]
Message-ID: <20050110025353.GC5672@wotan.suse.de> (raw)


Fix gcc 4 compilation in DRM.

Signed-off-by: Andi Kleen <ak@suse.de>

Index: linux/drivers/char/drm/drmP.h
===================================================================
--- linux.orig/drivers/char/drm/drmP.h	2005-01-04 18:48:41.%N +0100
+++ linux/drivers/char/drm/drmP.h	2005-01-09 18:11:45.%N +0100
@@ -962,7 +962,6 @@
 extern drm_minor_t    *drm_minors;
 extern struct class_simple *drm_class;
 extern struct proc_dir_entry *drm_proc_root;
-extern struct file_operations drm_stub_fops;
 
 				/* Proc support (drm_proc.h) */
 extern int            drm_proc_init(drm_device_t *dev,

                 reply	other threads:[~2005-01-10  2:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20050110025353.GC5672@wotan.suse.de \
    --to=ak@suse.de \
    --cc=akpm@osdl.org \
    --cc=dri-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).