CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/01/21 22:16:55
Modified files: sys/dev/pci/drm: drmP.h sys/dev/pci/drm/i915: intel_crt.c intel_dp.c intel_dvo.c intel_hdmi.c intel_lvds.c intel_sdvo.c intel_tv.c Log message: Provide inline dummy implementations of drm_sysfs_connector_add() and drm_sysfs_connector_remove() and call those instead of #ifdef'ing them out. Reduces the noise when diffing against Linux.