hal: Remove author entry from struct pass_resource_info 35/137635/2 accepted/tizen/unified/20170711.180630 submit/tizen/20170710.060912
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 7 Jul 2017 02:15:24 +0000 (11:15 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 7 Jul 2017 07:24:38 +0000 (07:24 +0000)
This patch just removes the author entry because it is not good
to fix the specific person in charge of the h/w resource.
So, all files of pass git repo doesn't have the any author information
for each *.c file.

Change-Id: I1d6b4eaccf2c4410ac07681a327906195c6c818e
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/hal/hal.h

index 7f3abc95484ad69c69cd5b1a8d20faff6171459a..64c085b92625599895fba0e15ec639c56fd6a2a0 100644 (file)
@@ -79,7 +79,6 @@ struct pass_resource_common;
  *             - PASS_RESOURCE_BUS_NAME
  *             - PASS_RESOURCE_GPU_NAME
  *             - PASS_RESOURCE_NONSTANDARD_NAME
- * @author     : author name
  * @dso                : module's dso
  * @resourced[]        : reserved for future use
  * @open       : function pointer to open device
@@ -91,7 +90,6 @@ struct pass_resource_info {
        uint16_t device_version;
        const int id;
        const char *name;
-       const char *author;
        void *dso;
        uint32_t reserved[8];