pass-hal: tm2: Remove the specific author information 37/137637/2
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 7 Jul 2017 02:20:55 +0000 (11:20 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 7 Jul 2017 06:00:06 +0000 (06:00 +0000)
This patch removes the specific author information
from HAL_MODULE_STRUCTURE.

Change-Id: I6e8f36e957b7d13b18e1be5a4e53d3f25af47915
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/bus/bus.c
src/cpu/cpu.c
src/gpu/gpu.c

index 82ca526..2463bfc 100644 (file)
@@ -226,7 +226,6 @@ HAL_MODULE_STRUCTURE = {
        .device_version = DEV_VERSION_BUS,
        .id = PASS_RESOURCE_BUS_ID,
        .name = PASS_RESOURCE_BUS_NAME,
-       .author = "Wook Song <wook16.song@samsung.com>",
        .open = tm2_bus_open,
        .close = tm2_bus_close,
 };
index f05c510..9cac0de 100644 (file)
@@ -405,7 +405,6 @@ HAL_MODULE_STRUCTURE = {
        .device_version = DEV_VERSION_CPU,
        .id = PASS_RESOURCE_CPU_ID,
        .name = PASS_RESOURCE_CPU_NAME,
-       .author = "Wook Song <wook16.song@samsung.com>",
        .open = tm2_cpu_open,
        .close = tm2_cpu_close,
 };
index 46b0dec..3f4d66a 100644 (file)
@@ -277,7 +277,6 @@ HAL_MODULE_STRUCTURE = {
        .device_version = DEV_VERSION_GPU,
        .id = PASS_RESOURCE_GPU_ID,
        .name = PASS_RESOURCE_GPU_NAME,
-       .author = "Wook Song <wook16.song@samsung.com>",
        .open = tm2_gpu_open,
        .close = tm2_gpu_close,
 };