drivers/gpio: rename internal functions
authorHeesub Shin <heesub.shin@samsung.com>
Mon, 10 Apr 2017 05:27:54 +0000 (14:27 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:14 +0000 (12:02 +0900)
commit85a8fec1d81d2946f5ec6716bf1770f285bb1760
tree77a3d44467039de381cd2ccc47a39046f5a53563
parent6424ddbaa8218448f8d2886b2dede291d035ff13
drivers/gpio: rename internal functions

Internal functions in the GPIO upper-half driver, gpio_fopen/fclose()
reminds me of fopen/fclose() in C runtime. To follow the convention in
other upper-half drivers, remove 'f' prefix from their name.

Change-Id: I87f2e707cce3320e6d45771eb902d04e004547e7
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
os/drivers/gpio/gpio.c