dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/mips/sgi-ip22
Ralf Baechle b2f711d485 MIPS: IP22/IP28: Fix build of EISA code.
CC      arch/mips/sgi-ip22/ip22-eisa.o
/home/ralf/src/linux/linux-mips/arch/mips/sgi-ip22/ip22-eisa.c: In function ‘ip22_eisa_intr’:
/home/ralf/src/linux/linux-mips/arch/mips/sgi-ip22/ip22-eisa.c:77:11: error: variable ‘dma2’ set but not used [-Werror=unused-but-set-variable]
/home/ralf/src/linux/linux-mips/arch/mips/sgi-ip22/ip22-eisa.c:77:5: error: variable ‘dma1’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

This warning exists in gcc 4.6.0 and newer.  Kernels 2.6.40 and newer use
-Wunused-but-set-variable to suppress it.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2012-12-13 18:15:28 +01:00
..
Makefile MIPS: GIO bus support for SGI IP22/28 2011-12-07 22:03:44 +00:00
Platform MIPS: IP22, IP28: Migrate to new platform makefile style. 2010-08-05 13:25:49 +01:00
ip22-berr.c Disintegrate asm/system.h for MIPS 2012-03-28 18:30:02 +01:00
ip22-eisa.c MIPS: IP22/IP28: Fix build of EISA code. 2012-12-13 18:15:28 +01:00
ip22-gio.c MIPS: GIO bus support for SGI IP22/28 2011-12-07 22:03:44 +00:00
ip22-hpc.c update David Miller's old email address 2011-04-06 06:19:38 -07:00
ip22-int.c MIPS: irq: Remove IRQF_DISABLED 2011-12-07 22:03:45 +00:00
ip22-mc.c MIPS: GIO bus support for SGI IP22/28 2011-12-07 22:03:44 +00:00
ip22-nvram.c [MIPS] IP22: Fix broken eeprom access by using __raw_readl/__raw_writel 2007-11-26 17:26:14 +00:00
ip22-platform.c MIPS: IP22: Fix GCC 4.6.0 build error 2011-05-10 18:15:22 +01:00
ip22-reset.c Disintegrate asm/system.h for MIPS 2012-03-28 18:30:02 +01:00
ip22-setup.c MIPS: GIO bus support for SGI IP22/28 2011-12-07 22:03:44 +00:00
ip22-time.c i8253: Create linux/i8253.h and use it in all 8253 related files 2011-06-09 15:01:37 +02:00
ip28-berr.c Disintegrate asm/system.h for MIPS 2012-03-28 18:30:02 +01:00