1. 31 Mar, 2011 2 commits
    • David Brown's avatar
      msm: timer: fix missing return value · 893b66c3
      David Brown authored
      Change af90f10d "ARM: 6759/1: smp: Select local timers vs broadcast
      timer support runtime" missed a return statement, causing a compile
      warning:
      
        arch/arm/mach-msm/timer.c:272: warning: 'return' with no value, in
        function returning non-void
      
      Trivially return 0 for success when running on cpu 0 (to match the
      comment and previous behavior).
      Signed-off-by: default avatarDavid Brown <davidb@codeaurora.org>
      893b66c3
    • David Brown's avatar
      msm: Remove extraneous ffa device check · 62f0988e
      David Brown authored
      The qsd8x50 board file contains a few references to machine_is_...
      macros that are otherwise unused, and contain no machine definition.
      The recent purge of unused machine definitions breaks the compilation
      of this target.
      
      Since the machine cannot ever be used, just remove the bogus checks.
      Signed-off-by: default avatarDavid Brown <davidb@codeaurora.org>
      62f0988e
  2. 29 Mar, 2011 38 commits