summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-04 18:11:29 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-04 18:11:29 +0100
commitaf9d1b5cdb4cc506a7f171a49d1103998b5a2f9e (patch)
tree0231cc7cb93687fa10c6e28588dda15c8ab25d44 /lib/igt_debugfs.h
parent5f0ab94c3fca1437f10812e88136f82c3396a99e (diff)
lib: drop return value from igt_drop_caches
No one actually cares, everyone expects it to just work. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt_debugfs.h')
-rw-r--r--lib/igt_debugfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_debugfs.h b/lib/igt_debugfs.h
index 02f4afa2..40d9d28f 100644
--- a/lib/igt_debugfs.h
+++ b/lib/igt_debugfs.h
@@ -92,6 +92,6 @@ void igt_pipe_crc_get_crcs(igt_pipe_crc_t *pipe_crc, int n_crcs,
DROP_RETIRE | \
DROP_ACTIVE)
-int igt_drop_caches_set(uint64_t val);
+void igt_drop_caches_set(uint64_t val);
#endif /* __IGT_DEBUGFS_H__ */