[PATCH] Fix gcc 4 compilation in DRM

From: Andi Kleen
Date: Sun Jan 09 2005 - 21:56:39 EST



Fix gcc 4 compilation in DRM.

Signed-off-by: Andi Kleen <ak@xxxxxxx>

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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/