From: Bill Pemberton Date: Thu, 17 Jun 2010 17:10:34 +0000 (-0400) Subject: Staging: xgifb: remove use of LINUX_VERSION_CODE X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=23aada9cc34759352e9a82c1a157d0e1ba3712bc;p=linux-beck.git Staging: xgifb: remove use of LINUX_VERSION_CODE Remove ifdefs that check LINUX_VERSION_CODE as this is not needed in the staging tree. Signed-off-by: Bill Pemberton Cc: Arnaud Patard Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/xgifb/XGI_accel.c b/drivers/staging/xgifb/XGI_accel.c index 86ec3421942f..24f454d93772 100644 --- a/drivers/staging/xgifb/XGI_accel.c +++ b/drivers/staging/xgifb/XGI_accel.c @@ -37,27 +37,12 @@ #include #include -/* -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) -#include -#else -#include