CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/03/26 08:41:41

Modified files:
        sys/arch/amd64/pci: agp_machdep.c pchb.c 
        sys/arch/i386/pci: agp_machdep.c pchb.c 
        sys/arch/macppc/pci: agp_machdep.c pchb.c 
        sys/dev/pci    : agp.c agp_ali.c agp_amd.c agp_apple.c 
                         agp_i810.c agp_intel.c agp_sis.c agp_via.c 
                         agpvar.h mmuagp.c vga_pci.c 
        sys/dev/pci/drm: drmP.h 

Log message:
No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,
so remove the former and include the latter instead of pulling it
in <dev/pci/agpvar.h>.  This header already requires various other
types anyway.  While here remove unneeded headers.

Reply via email to