1. 27 2月, 2012 7 次提交
  2. 08 2月, 2012 1 次提交
  3. 07 2月, 2012 28 次提交
  4. 24 1月, 2012 1 次提交
    • O
      ARM: tegra: dma: fix buildbreak for !CONFIG_TEGRA_SYSTEM_DMA · f0243257
      Olof Johansson 提交于
      There's no need to keep the DMA_REQ_SEL defines inside the ifdef.
      
      Fixes the following build break with CONFIG_TEGRA_SYSTEM_DMA=n:
      
      arch/arm/mach-tegra/devices.c:645: error: 'TEGRA_DMA_REQ_SEL_I2S_1' undeclared here (not in a function)
      arch/arm/mach-tegra/devices.c:663: error: 'TEGRA_DMA_REQ_SEL_I2S2_1' undeclared here (not in a function)
      arch/arm/mach-tegra/devices.c:663: error: initializer element is not constant
      arch/arm/mach-tegra/devices.c:663: error: (near initialization for 'i2s_resource2[1].start')
      arch/arm/mach-tegra/devices.c:664: error: initializer element is not constant
      arch/arm/mach-tegra/devices.c:664: error: (near initialization for 'i2s_resource2[1].end')
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      Acked-by: NStephen Warren <swarren@nvidia.com>
      f0243257
  5. 07 1月, 2012 1 次提交
  6. 05 1月, 2012 2 次提交