1. 23 5月, 2008 1 次提交
    • R
      [ARM] fix OMAP include loops · cfb41bf7
      Russell King 提交于
      OMAP has two include loops in its header files:
      
        asm-arm/hardware.h <- asm-arm/arch-omap/io.h <-
         asm-arm/arch-omap/hardware.h <- asm-arm/hardware.h
      
        asm-arm/arch-omap/board-palmte.h <-
         asm-arm/arch-omap/hardware.h <- asm-arm/hardware.h <-
         asm-arm/arch-omap/gpio.h <- asm-arm/arch-omap/board-palmte.h
      
      Circular include dependencies are dangerous since they can result in
      inconsistent definitions being provided to other code, especially if
      '#ifndef' constructs are used.
      
      Solve these by removing the offending includes, and add additional
      includes where necessary.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      cfb41bf7
  2. 22 5月, 2008 1 次提交
    • R
      [ARM] omap: fix omap clk support build errors · b851cb28
      Russell King 提交于
      arch/arm/plat-omap/clock.c:397: warning: "struct cpufreq_frequency_table" declared inside parameter list
      arch/arm/plat-omap/clock.c:397: warning: its scope is only this definition or declaration, which is probably not what you want
      arch/arm/plat-omap/clock.c: In function `clk_init_cpufreq_table':
      arch/arm/plat-omap/clock.c:402: error: structure has no member named `clk_init_cpufreq_table'
      arch/arm/plat-omap/clock.c:403: error: structure has no member named `clk_init_cpufreq_table'
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      b851cb28
  3. 18 5月, 2008 1 次提交
  4. 10 5月, 2008 2 次提交
  5. 19 4月, 2008 1 次提交
  6. 15 4月, 2008 10 次提交
  7. 20 3月, 2008 1 次提交
  8. 05 3月, 2008 3 次提交
  9. 09 2月, 2008 8 次提交
  10. 01 2月, 2008 1 次提交
    • T
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai 提交于
      This header file exists only for some hacks to adapt alsa-driver
      tree.  It's useless for building in the kernel.  Let's move a few
      lines in it to sound/core.h and remove it.
      With this patch, sound/driver.h isn't removed but has just a single
      compile warning to include it.  This should be really killed in
      future.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      9004acc7
  11. 28 1月, 2008 1 次提交
  12. 30 11月, 2007 1 次提交
  13. 21 9月, 2007 9 次提交