]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] janitor: kill KERNEL_VERSION duplicate in videocodec.c
authorMaximilian Attems <janitor@sternwelten.at>
Tue, 19 Oct 2004 01:21:39 +0000 (18:21 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 19 Oct 2004 01:21:39 +0000 (18:21 -0700)
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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/videocodec.c

index 081eb06a4c7a3ade2c856fe34eea2bb1a4523bb9..ae1063e09a0164059ff7d00f6140b5f03aff3dcf 100644 (file)
 #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;