Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/dist/drm/radeon We don't use radeon_(u...
details: https://anonhg.NetBSD.org/src/rev/fcc6574e6b41
branches: trunk
changeset: 332650:fcc6574e6b41
user: riastradh <riastradh%NetBSD.org@localhost>
date: Thu Oct 02 11:09:07 2014 +0000
description:
We don't use radeon_(un)register_atpx_handler at the moment.
diffstat:
sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r 66b7f911ee64 -r fcc6574e6b41 sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c
--- a/sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c Thu Oct 02 10:56:09 2014 +0000
+++ b/sys/external/bsd/drm2/dist/drm/radeon/radeon_drv.c Thu Oct 02 11:09:07 2014 +0000
@@ -152,9 +152,11 @@
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;
Home |
Main Index |
Thread Index |
Old Index