summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndres Gomez <agomez@igalia.com>2017-04-26 00:14:05 +0300
committerAndres Gomez <agomez@igalia.com>2017-04-26 12:34:26 +0300
commit5f3a44a736cb3e75fdfe775d171f9cc83c41950f (patch)
treeeee79b566ab286824f44ea131e647f06d33a429c /bin
parent2b4d42bb26385acd502eb686cd84d3d6457a6329 (diff)
cherry-ignore: make radv_resolve_entrypoint static
It just makes a local function static. Signed-off-by: Andres Gomez <agomez@igalia.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/.cherry-ignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore
index 43b077c1837..5bb3a0af7c2 100644
--- a/bin/.cherry-ignore
+++ b/bin/.cherry-ignore
@@ -29,3 +29,5 @@ dee31311eb024a636466e359b43d3a67b0135f32 Revert "i965/fs: Don't emit SEL instruc
# fixes: removes unused symbols but it doesn't really add nor fix
# anything relevant.
320561bd831b81843e732d38d2b254aa3b25f2f6 radv: remove unused radv_dispatch_table dtable
+# fixes: it just makes a local function static.
+8b79f0ed0812a3a80dd91e47112fd722bd2d6978 radv: make radv_resolve_entrypoint static