1. 21 6月, 2010 1 次提交
  2. 17 6月, 2010 1 次提交
  3. 16 6月, 2010 1 次提交
    • G
      powerpc/5200: Fix build error in sound code. · f487537c
      Grant Likely 提交于
      Compiling in the MPC5200 sound drivers results in the following build error:
      
      sound/soc/fsl/mpc5200_psc_ac97.o: In function `to_psc_dma_stream':
      mpc5200_psc_ac97.c:(.text+0x0): multiple definition of `to_psc_dma_stream'
      sound/soc/fsl/mpc5200_dma.o:mpc5200_dma.c:(.text+0x0): first defined here
      sound/soc/fsl/efika-audio-fabric.o: In function `to_psc_dma_stream':
      efika-audio-fabric.c:(.text+0x0): multiple definition of `to_psc_dma_stream'
      sound/soc/fsl/mpc5200_dma.o:mpc5200_dma.c:(.text+0x0): first defined here
      make[3]: *** [sound/soc/fsl/built-in.o] Error 1
      make[2]: *** [sound/soc/fsl] Error 2
      make[1]: *** [sound/soc] Error 2
      make: *** [sound] Error 2
      
      This patch fixes it by declaring the inline function in the header file to
      also be a static.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Tested-by: NJohn Hilmar Linkhorst <John.Linkhorst@rwth-aachen.de>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      f487537c
  4. 15 6月, 2010 1 次提交
  5. 14 6月, 2010 1 次提交
  6. 12 6月, 2010 4 次提交
  7. 11 6月, 2010 1 次提交
  8. 08 6月, 2010 5 次提交
  9. 02 6月, 2010 3 次提交
  10. 01 6月, 2010 10 次提交
  11. 31 5月, 2010 4 次提交
  12. 30 5月, 2010 5 次提交
  13. 28 5月, 2010 3 次提交