lkml.org 
[lkml]   [2005]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 36/82] remove linux/version.h from drivers/scsi/dpt/dpti_i2o.h

    changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason.
    remove code for obsolete kernels

    Signed-off-by: Olaf Hering <olh@suse.de>

    drivers/scsi/dpt/dpti_i2o.h | 11 -----------
    1 files changed, 11 deletions(-)

    Index: linux-2.6.13-rc2-mm1/drivers/scsi/dpt/dpti_i2o.h
    ===================================================================
    --- linux-2.6.13-rc2-mm1.orig/drivers/scsi/dpt/dpti_i2o.h
    +++ linux-2.6.13-rc2-mm1/drivers/scsi/dpt/dpti_i2o.h
    @@ -22,7 +22,6 @@
    #include <linux/i2o-dev.h>

    #include <asm/semaphore.h> /* Needed for MUTEX init macros */
    -#include <linux/version.h>
    #include <linux/config.h>
    #include <linux/notifier.h>
    #include <asm/atomic.h>
    @@ -48,21 +47,11 @@
    * I2O Interface Objects
    */

    -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)
    -
    -#define DECLARE_MUTEX(name) struct semaphore name=MUTEX
    -
    -typedef struct wait_queue *adpt_wait_queue_head_t;
    -#define ADPT_DECLARE_WAIT_QUEUE_HEAD(wait) adpt_wait_queue_head_t wait = NULL
    -typedef struct wait_queue adpt_wait_queue_t;
    -#else
    -
    #include <linux/wait.h>
    typedef wait_queue_head_t adpt_wait_queue_head_t;
    #define ADPT_DECLARE_WAIT_QUEUE_HEAD(wait) DECLARE_WAIT_QUEUE_HEAD(wait)
    typedef wait_queue_t adpt_wait_queue_t;

    -#endif
    /*
    * message structures
    */
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-07-10 23:41    [W:6.687 / U:0.032 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site