CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/04/04 10:02:57
Modified files: sys/dev/pci/drm: drmP.h drm_bufs.c drm_memory.c Log message: Remove the three inline functions from drmP.h. deiline drm_core_findmap(), and merge drm_core_ioremap{,free}() into drm_ioremap{,free}() instead of having an inline that just calls another function.