1. 03 2月, 2008 3 次提交
  2. 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
  3. 30 1月, 2008 1 次提交
  4. 28 1月, 2008 1 次提交
  5. 22 1月, 2008 1 次提交
    • S
      [SPARC64]: Fix section error in sparcspkr · 2ad913ba
      Sam Ravnborg 提交于
      With a sparc64 defconfig modified to set CONFIG_HOTPLUG=n
      the following error happened during link of vmlinux:
      
      local symbol 0: discarded in section `.devexit.text' from drivers/built-in.o
      local symbol 1: discarded in section `.devexit.text' from drivers/built-in.o
      
      (The error message above is from kbuild.git but it happens in mainline too)
      
      The error happens becase there is a reference from .text/.data to a
      function marked __devexit. With CONFIG_HOTPLUG=n all code marked
      __devexit are discarded and the linker complains.
      
      It was tracked down to sparcspkr.c which were missing __devexit_p()
      around the function pointers.
      
      Unfortunately modpost did not catch this since modpost do not warn
      about references from .data to .devexit from variables named *_driver.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2ad913ba
  6. 18 1月, 2008 5 次提交
  7. 14 1月, 2008 1 次提交
  8. 03 1月, 2008 3 次提交
  9. 14 12月, 2007 2 次提交
  10. 06 12月, 2007 1 次提交
  11. 27 11月, 2007 1 次提交
  12. 22 11月, 2007 2 次提交
  13. 23 11月, 2007 1 次提交
  14. 03 11月, 2007 1 次提交
  15. 02 11月, 2007 2 次提交
  16. 28 10月, 2007 2 次提交
  17. 24 10月, 2007 1 次提交
  18. 22 10月, 2007 4 次提交
  19. 20 10月, 2007 7 次提交