From 9b2b2337b3caa006fa95eecb966b8a68eed83b90 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 24 Apr 2003 00:46:03 +0000 Subject: Move one definition to drm_drv.h and remove the rest of drm_init.h which was all unused. --- bsd-core/drm_drv.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bsd-core/drm_drv.c') diff --git a/bsd-core/drm_drv.c b/bsd-core/drm_drv.c index 4fd47b7d..e2c32dab 100644 --- a/bsd-core/drm_drv.c +++ b/bsd-core/drm_drv.c @@ -127,6 +127,12 @@ #define DRIVER_NUM_CARDS 1 #endif +#if 1 && DRM_DEBUG_CODE +int DRM(flags) = DRM_FLAG_DEBUG; +#else +int DRM(flags) = 0; +#endif + static int DRM(init)(device_t nbdev); static void DRM(cleanup)(device_t nbdev); -- cgit v1.2.3