1. 29 3月, 2012 1 次提交
  2. 01 5月, 2010 1 次提交
  3. 20 7月, 2008 1 次提交
    • A
      [MIPS] mips/sgi-ip22/ip28-berr.c: fix the build · fc22c357
      Adrian Bunk 提交于
      Commit 3e6ea3b0d7a93550a93a265e732413d3a5aaf0d2 (linux-mips.org) /
      52f4f6bb (kernel.org)
      ([MIPS] Use kernel-supplied ARRAY_SIZE() macro.)
      causes the following compile error:
      
      <--  snip  -->
      
      ...
        CC      arch/mips/sgi-ip22/ip28-berr.o
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c: In function 'ip28_be_interrupt':
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:415: error: subscripted value is neither array nor pointer
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:415: error: subscripted value is neither array nor pointer
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:415: warning: type defaults to 'int' in declaration of 'type name'
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:424: error: subscripted value is neither array nor pointer
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:424: error: subscripted value is neither array nor pointer
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:424: warning: type defaults to 'int' in declaration of 'type name'
      make[2]: *** [arch/mips/sgi-ip22/ip28-berr.o] Error 1
      
      <--  snip  -->
      
      Using ARRAY_SIZE in these places in arch/mips/sgi-ip22/ip28-berr.c was
      bogus, and therefore gets reverted by this patch.
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      fc22c357
  4. 16 7月, 2008 1 次提交
  5. 29 1月, 2008 1 次提交