* [patch 02/21] kill KERNEL_VERSION duplicate in videocodec.c
@ 2004-09-23 20:31 janitor
0 siblings, 0 replies; only message in thread
From: janitor @ 2004-09-23 20:31 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, janitor, domen
Hi.
Kill KERNEL_VERSION duplicate.
Funny that it insn't even used in here
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
---
linux-2.6.9-rc2-bk7-max/drivers/media/video/videocodec.c | 5 -----
1 files changed, 5 deletions(-)
diff -puN drivers/media/video/videocodec.c~remove-unused-include-drivers_media_videocodec drivers/media/video/videocodec.c
--- linux-2.6.9-rc2-bk7/drivers/media/video/videocodec.c~remove-unused-include-drivers_media_videocodec 2004-09-21 20:51:38.000000000 +0200
+++ linux-2.6.9-rc2-bk7-max/drivers/media/video/videocodec.c 2004-09-21 20:51:38.000000000 +0200
@@ -43,11 +43,6 @@
#include <asm/uaccess.h>
#endif
-#include <linux/version.h>
-#ifndef KERNEL_VERSION
-#define KERNEL_VERSION(a,b,c) ((a)*65536+(b)*256+(c))
-#endif
-
#include "videocodec.h"
static int debug = 0;
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-24 3:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-23 20:31 [patch 02/21] kill KERNEL_VERSION duplicate in videocodec.c janitor
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.