Module Name: src Committed By: riastradh Date: Thu Oct 2 11:09:07 UTC 2014
Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_drv.c Log Message: We don't use radeon_(un)register_atpx_handler at the moment. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ src/sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c diff -u src/sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c:1.4 src/sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c:1.5 --- src/sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c:1.4 Sat Jul 26 21:15:45 2014 +++ src/sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c Thu Oct 2 11:09:07 2014 @@ -152,9 +152,11 @@ void radeon_debugfs_cleanup(struct drm_m void radeon_register_atpx_handler(void); void radeon_unregister_atpx_handler(void); #else +#ifndef __NetBSD__ static inline void radeon_register_atpx_handler(void) {} static inline void radeon_unregister_atpx_handler(void) {} #endif +#endif int radeon_no_wb; int radeon_modeset = -1;