ops can not be const because of the pci conf1/conf2 hackery we do. trivial
authorStefan Reinauer <stepan@coresystems.de>
Tue, 26 May 2009 12:58:00 +0000 (12:58 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 26 May 2009 12:58:00 +0000 (12:58 +0000)
commit069385fcb32bed6fcbc1457b63733c802920bb84
tree269dcbf1526ca7464effe1aa55f82bf1c2c019dd
parent69390dbba1b213f9af1a743b1dbae292cc96e9de
ops can not be const because of the pci conf1/conf2 hackery we do. trivial
patch, just removes the warnings like
coreboot-v2/src/southbridge/intel/i82801xx/i82801xx_ac97.c:73: warning: initialization discards qualifiers from pointer target type

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4302 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/southbridge/intel/i82801xx/i82801xx_ac97.c
src/southbridge/intel/i82801xx/i82801xx_nic.c
src/southbridge/intel/i82801xx/i82801xx_smbus.c
src/southbridge/intel/i82801xx/i82801xx_usb.c