1. 14 11月, 2005 1 次提交
  2. 10 11月, 2005 1 次提交
  3. 09 11月, 2005 3 次提交
    • O
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering 提交于
      This patch removes almost all inclusions of linux/version.h.  The 3
      #defines are unused in most of the touched files.
      
      A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
      unfortunatly in linux/version.h.
      
      There are also lots of #ifdef for long obsolete kernels, this was not
      touched.  In a few places, the linux/version.h include was move to where
      the LINUX_VERSION_CODE was used.
      
      quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
      
      search pattern:
      /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      733482e4
    • A
      [PATCH] mtd: onenand_base needs sched.h · 015953d7
      Andrew Morton 提交于
      drivers/mtd/onenand/onenand_base.c: In function `onenand_wait':
      drivers/mtd/onenand/onenand_base.c:293: error: `jiffies' undeclared (first use in this function)
      drivers/mtd/onenand/onenand_base.c:293: error: (Each undeclared identifier is reported only once
      drivers/mtd/onenand/onenand_base.c:293: error: for each function it appears in.)
      drivers/mtd/onenand/onenand_base.c:293: error: implicit declaration of function `msecs_to_jiffies'
      drivers/mtd/onenand/onenand_base.c:294: error: implicit declaration of function `time_before'
      drivers/mtd/onenand/onenand_base.c:301: error: implicit declaration of function `cond_resched'
      drivers/mtd/onenand/onenand_base.c: In function `onenand_get_device':
      drivers/mtd/onenand/onenand_base.c:522: error: implicit declaration of function `set_current_state'
      drivers/mtd/onenand/onenand_base.c:522: error: `TASK_UNINTERRUPTIBLE' undeclared (first use in this function)
      drivers/mtd/onenand/onenand_base.c:525: error: implicit declaration of function `schedule'
      drivers/mtd/onenand/onenand_base.c: In function `onenand_release_device':
      drivers/mtd/onenand/onenand_base.c:545: error: `TASK_UNINTERRUPTIBLE' undeclared (first use in this function)
      drivers/mtd/onenand/onenand_base.c:545: error: `TASK_INTERRUPTIBLE' undeclared (first use in this function)
      
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      015953d7
    • A
      [PATCH] mtd: rfd_ftl build fix · b80b5832
      Andrew Morton 提交于
      drivers/mtd/rfd_ftl.c: In function `find_free_block':
      drivers/mtd/rfd_ftl.c:528: error: `jiffies' undeclared (first use in this function)
      drivers/mtd/rfd_ftl.c:528: error: (Each undeclared identifier is reported only once
      drivers/mtd/rfd_ftl.c:528: error: for each function it appears in.)
      
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      b80b5832
  4. 08 11月, 2005 1 次提交
  5. 07 11月, 2005 34 次提交