1. 06 8月, 2010 1 次提交
    • S
      davinci: da8xx: sparse cleanup: remove duplicate entries in irq priorities · f027512d
      Sekhar Nori 提交于
      This patch helps get rid of the following sparse warnings
      of the type:
      
        CHECK   arch/arm/mach-davinci/da830.c
      arch/arm/mach-davinci/da830.c:1026:3: warning: Initializer entry defined twice
      arch/arm/mach-davinci/da830.c:1027:3:   also defined here
      
      coming from the irq priorities array init.
      
      Apart from one instance of genuinie repetition, most are are instances
      of multiple #defines of the same interrupt number. I have not
      removed the multiple definitions from the irq.h file in the hope
      that someone might decide to use them as shared interrupts at some
      point of time. The priority initialization however needs to be done
      only once and hence has been corrected.
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      f027512d
  2. 14 5月, 2010 7 次提交
  3. 07 5月, 2010 2 次提交
  4. 05 2月, 2010 5 次提交
  5. 26 11月, 2009 12 次提交
  6. 26 8月, 2009 9 次提交