[patch] 2.6.6-rc2-mm1: drm_irq.h has useless __NO_VERSION__

From: Adrian Bunk
Date: Sat Apr 24 2004 - 20:22:05 EST


On Wed, Apr 21, 2004 at 01:45:44AM -0700, Andrew Morton wrote:
>...
> All 222 patches:
>...
> bk-drm.patch
>...

The drivers/char/drm/drm_irq.h in this patch contains a
#define __NO_VERSION__
which is useless since ages.

The patch below removes it.

Please apply
Adrian


--- linux-2.6.6-rc2-mm1-full/drivers/char/drm/drm_irq.h.old 2004-04-25 03:14:24.000000000 +0200
+++ linux-2.6.6-rc2-mm1-full/drivers/char/drm/drm_irq.h 2004-04-25 03:14:35.000000000 +0200
@@ -33,7 +33,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/

-#define __NO_VERSION__
#include "drmP.h"

#include <linux/interrupt.h> /* For task queue support */

-
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/