[PATCH 63/83] hsa/radeon: Update module information and version

2014-07-10 Thread Oded Gabbay
Signed-off-by: Oded Gabbay 
---
 drivers/gpu/hsa/radeon/kfd_module.c | 19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/drivers/gpu/hsa/radeon/kfd_module.c 
b/drivers/gpu/hsa/radeon/kfd_module.c
index 85069c5..fbfcce6 100644
--- a/drivers/gpu/hsa/radeon/kfd_module.c
+++ b/drivers/gpu/hsa/radeon/kfd_module.c
@@ -27,11 +27,13 @@
 #include 
 #include "kfd_priv.h"
 
-#define DRIVER_AUTHOR  "Andrew Lewycky, Oded Gabbay, Evgeny Pinchuk, 
others."
+#define KFD_DRIVER_AUTHOR  "AMD Inc. and others"
 
-#define DRIVER_NAME"kfd"
-#define DRIVER_DESC"AMD HSA Kernel Fusion Driver"
-#define DRIVER_DATE"20140127"
+#define KFD_DRIVER_DESC"Standalone HSA driver for AMD's GPUs"
+#define KFD_DRIVER_DATE"20140424"
+#define KFD_DRIVER_MAJOR   0
+#define KFD_DRIVER_MINOR   5
+#define KFD_DRIVER_PATCHLEVEL  0
 
 const struct kfd2kgd_calls *kfd2kgd;
 static const struct kgd2kfd_calls kgd2kfd = {
@@ -120,6 +122,9 @@ static void __exit kfd_module_exit(void)
 module_init(kfd_module_init);
 module_exit(kfd_module_exit);
 
-MODULE_AUTHOR(DRIVER_AUTHOR);
-MODULE_DESCRIPTION(DRIVER_DESC);
-MODULE_LICENSE("GPL");
+MODULE_AUTHOR(KFD_DRIVER_AUTHOR);
+MODULE_DESCRIPTION(KFD_DRIVER_DESC);
+MODULE_LICENSE("GPL and additional rights");
+MODULE_VERSION(__stringify(KFD_DRIVER_MAJOR) "."
+  __stringify(KFD_DRIVER_MINOR) "."
+  __stringify(KFD_DRIVER_PATCHLEVEL));
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 63/83] hsa/radeon: Update module information and version

2014-07-10 Thread Oded Gabbay
Signed-off-by: Oded Gabbay oded.gab...@amd.com
---
 drivers/gpu/hsa/radeon/kfd_module.c | 19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/drivers/gpu/hsa/radeon/kfd_module.c 
b/drivers/gpu/hsa/radeon/kfd_module.c
index 85069c5..fbfcce6 100644
--- a/drivers/gpu/hsa/radeon/kfd_module.c
+++ b/drivers/gpu/hsa/radeon/kfd_module.c
@@ -27,11 +27,13 @@
 #include linux/device.h
 #include kfd_priv.h
 
-#define DRIVER_AUTHOR  Andrew Lewycky, Oded Gabbay, Evgeny Pinchuk, 
others.
+#define KFD_DRIVER_AUTHOR  AMD Inc. and others
 
-#define DRIVER_NAMEkfd
-#define DRIVER_DESCAMD HSA Kernel Fusion Driver
-#define DRIVER_DATE20140127
+#define KFD_DRIVER_DESCStandalone HSA driver for AMD's GPUs
+#define KFD_DRIVER_DATE20140424
+#define KFD_DRIVER_MAJOR   0
+#define KFD_DRIVER_MINOR   5
+#define KFD_DRIVER_PATCHLEVEL  0
 
 const struct kfd2kgd_calls *kfd2kgd;
 static const struct kgd2kfd_calls kgd2kfd = {
@@ -120,6 +122,9 @@ static void __exit kfd_module_exit(void)
 module_init(kfd_module_init);
 module_exit(kfd_module_exit);
 
-MODULE_AUTHOR(DRIVER_AUTHOR);
-MODULE_DESCRIPTION(DRIVER_DESC);
-MODULE_LICENSE(GPL);
+MODULE_AUTHOR(KFD_DRIVER_AUTHOR);
+MODULE_DESCRIPTION(KFD_DRIVER_DESC);
+MODULE_LICENSE(GPL and additional rights);
+MODULE_VERSION(__stringify(KFD_DRIVER_MAJOR) .
+  __stringify(KFD_DRIVER_MINOR) .
+  __stringify(KFD_DRIVER_PATCHLEVEL));
-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/