1. 07 2月, 2008 2 次提交
  2. 06 2月, 2008 1 次提交
  3. 03 2月, 2008 4 次提交
  4. 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
  5. 31 1月, 2008 14 次提交
  6. 30 1月, 2008 1 次提交
  7. 28 1月, 2008 1 次提交
  8. 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
  9. 21 1月, 2008 15 次提交