pass-hal: tm1: Remove the specific author information 38/137638/1 accepted/tizen/unified/20170711.180632 submit/tizen/20170710.060912
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 7 Jul 2017 02:23:13 +0000 (11:23 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 7 Jul 2017 02:23:53 +0000 (11:23 +0900)
This patch removes the specific author information
from HAL_MODULE_STRUCTURE.

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

index 4730b2d242e72bb043ad6a209e67764cf302e382..a8f56cb370ea646cca27469d7fd853cacb60cbaf 100644 (file)
@@ -240,7 +240,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 = tm1_cpu_open,
        .close = tm1_cpu_close,
 };
index a39464a3cbbc457d58c05cbac64a72334cc1e283..c5e2f0f53cf0c9a751693ea154c60d1e2002550b 100644 (file)
@@ -111,7 +111,6 @@ HAL_MODULE_STRUCTURE = {
        .device_version = DEV_VERSION,
        .id = PASS_RESOURCE_NONSTANDARD_ID,
        .name = PASS_RESOURCE_NONSTANDARD_NAME,
-       .author = "Wook Song <wook16.song@samsung.com>",
        .open = tm1_nonstandard_open,
        .close = tm1_nonstandard_close,
 };