[parisc-linux-cvs] linux-2.4 grundler
Grant Grundler
parisc-linux@lists.parisc-linux.org
Tue, 26 Aug 2003 23:27:45 -0600 (MDT)
CVSROOT: /var/cvs
Module name: linux-2.4
Changes by: grundler 03/08/26 23:27:45
Modified files:
. : Makefile
drivers/mtd/maps: pci.c
drivers/scsi/aic7xxx: aic79xx_osm_pci.c
Added files:
include/asm-parisc: kmap_types.h
Log message:
2.4.22-pa3 fix minor build issues
o CONFIG_CRYPTO stuff wanted to include asm/kmap_types.h (copied from ppc)
o mtd/maps/pci.c didn't include asm/io.h before using readb/writeb/et al
o aic79xx_osm_pci.c defines but doesn't use ahd_linux_pci_reserve_mem_region()
unless MMAPIO was defined. -Werror in the Makefile makes this an error.
Boots and runs on my c3k. did not test any of the new stuff.