]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
GCC4.6: Squash GTREADREG related errors
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 21 Oct 2011 14:17:33 +0000 (14:17 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 21:54:08 +0000 (23:54 +0200)
commit0aa27657b0ee4d2185d88e2035775d46c6ee5bdc
treece6ee3f9a8a0567e3d11dc8598ca9dff902e4e30
parentcd7b4e82a2969e3db4f9b7b902191a10661409bd
GCC4.6: Squash GTREADREG related errors

interrupts.c: In function 'interrupt_init_cpu':
interrupts.c:37: warning: implicit declaration of function 'GTREGREAD'
interrupts.c:37: error: 'LOW_INTERRUPT_CAUSE_REGISTER' undeclared (first use in
this function)
interrupts.c:37: error: (Each undeclared identifier is reported only once
interrupts.c:37: error: for each function it appears in.)
interrupts.c:37: error: 'HIGH_INTERRUPT_CAUSE_REGISTER' undeclared (first use in
this function)
interrupts.c:40: error: 'ETHERNET0_INTERRUPT_CAUSE_REGISTER' undeclared (first
use in this function)
interrupts.c:40: error: 'ETHERNET1_INTERRUPT_CAUSE_REGISTER' undeclared (first
use in this function)
interrupts.c:40: error: 'ETHERNET2_INTERRUPT_CAUSE_REGISTER' undeclared (first
use in this function)
interrupts.c:44: error: 'ETHERNET0_INTERRUPT_MASK_REGISTER' undeclared (first
use in this function)
interrupts.c:44: error: 'ETHERNET1_INTERRUPT_MASK_REGISTER' undeclared (first
use in this function)
interrupts.c:44: error: 'ETHERNET2_INTERRUPT_MASK_REGISTER' undeclared (first
use in this function)

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Mike Frysinger <vapier@gentoo.org>
include/configs/PCIPPC2.h
include/configs/PCIPPC6.h
include/configs/mpc7448hpc2.h
include/configs/p3mx.h
include/configs/ppmc7xx.h