summaryrefslogtreecommitdiffstats
path: root/ion
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-08-25 16:12:30 -0700
committerIliyan Malchev <malchev@google.com>2011-08-25 16:38:36 -0700
commitcdc6853e2f4afe69c7724a78f897be4cd4357310 (patch)
tree18075aee418af1efc281d4e414a5299192ba836d /ion
parentf3f2df863d1bc55a7901fbebe042b69c8a778c3c (diff)
downloadhardware_ti_omap4xxx-cdc6853e2f4afe69c7724a78f897be4cd4357310.zip
hardware_ti_omap4xxx-cdc6853e2f4afe69c7724a78f897be4cd4357310.tar.gz
hardware_ti_omap4xxx-cdc6853e2f4afe69c7724a78f897be4cd4357310.tar.bz2
omap4xxx: libion: mark a private function as static
Change-Id: I665953204c631300f1dce8a928daacde203399bb Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'ion')
-rw-r--r--ion/ion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ion/ion.c b/ion/ion.c
index 08e4570..9df344c 100644
--- a/ion/ion.c
+++ b/ion/ion.c
@@ -44,7 +44,7 @@ int ion_close(int fd)
return close(fd);
}
-int ion_ioctl(int fd, int req, void *arg)
+static int ion_ioctl(int fd, int req, void *arg)
{
int ret = ioctl(fd, req, arg);
if (ret < 0) {