From 03ddea5b274a515528ea58db62f7b5f779430c5b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 7 Feb 2005 11:20:43 +0000 Subject: change DRIVER_ to CORE_ makes things look nicer, also change it so the driver name is marked on resource allocations --- linux-core/drm_core.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'linux-core/drm_core.h') diff --git a/linux-core/drm_core.h b/linux-core/drm_core.h index 33b14cc2..ff76497e 100644 --- a/linux-core/drm_core.h +++ b/linux-core/drm_core.h @@ -23,15 +23,15 @@ * DEALINGS IN THE SOFTWARE. */ -#define DRIVER_AUTHOR "Gareth Hughes, Leif Delgass, José Fonseca, Jon Smirl" +#define CORE_AUTHOR "Gareth Hughes, Leif Delgass, José Fonseca, Jon Smirl" -#define DRIVER_NAME "drm" -#define DRIVER_DESC "DRM shared core routines" -#define DRIVER_DATE "20040925" +#define CORE_NAME "drm" +#define CORE_DESC "DRM shared core routines" +#define CORE_DATE "20040925" #define DRM_IF_MAJOR 1 #define DRM_IF_MINOR 2 -#define DRIVER_MAJOR 1 -#define DRIVER_MINOR 0 -#define DRIVER_PATCHLEVEL 0 +#define CORE_MAJOR 1 +#define CORE_MINOR 0 +#define CORE_PATCHLEVEL 0 -- cgit v1.2.3