This patch removes the specific author information
from HAL_MODULE_STRUCTURE.
Change-Id: Ic99f5e5e076eba58f9b8629f67576e05b2de7884
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
.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,
};
.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,
};