OSDN Git Service

goldfish: pipe: ANDROID: mark local functions static
authorRoman Kiryanov <rkir@google.com>
Fri, 11 May 2018 18:19:38 +0000 (11:19 -0700)
committerRoman Kiryanov <rkir@google.com>
Fri, 11 May 2018 18:21:59 +0000 (11:21 -0700)
commitaa3863d2761492384e06510109b9413e28d25429
treed021729c21d2e7721fcf4669a70f49184ea301a0
parent1e1da81a2733122ae0900c5f701e971e5fc161de
goldfish: pipe: ANDROID: mark local functions static

goldfish_dma_ioctl_getoff and goldfish_dma_ioctl_create_region
are not used outside of goldfish_pipe_v2.c - mark them
static.
Bug: 72717639
Bug: 66884503
Signed-off-by: Roman Kiryanov <rkir@google.com>
Change-Id: Id4fe524cc4db9d36b0c794ad9f34356f396153b4
drivers/platform/goldfish/goldfish_pipe_v2.c