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>
* - 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
uint16_t device_version;
const int id;
const char *name;
- const char *author;
void *dso;
uint32_t reserved[8];