summaryrefslogtreecommitdiff
path: root/linux-core/drm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/drm_core.h')
-rw-r--r--linux-core/drm_core.h14
1 files changed, 7 insertions, 7 deletions
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