]> granicus.if.org Git - strace/commitdiff
Remove redundant declaration of v4l2_ioctl
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 20 May 2016 22:47:39 +0000 (22:47 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 20 May 2016 22:47:39 +0000 (22:47 +0000)
There is no need to declare mpers printers in defs.h because
they are already declared in printers.h or native_printer_decls.h.

This complements commit 1e56814f77594a22a74ddee629639eb0bb7edf3a.

* defs.h (v4l2_ioctl): Remove.

defs.h

diff --git a/defs.h b/defs.h
index 41e3c438ae8634dda5b9fff0d74238bcf7972db2..f693da1a866f46c8a8061e414cac61a92d6fde4d 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -670,7 +670,6 @@ extern int sock_ioctl(struct tcb *, const unsigned int, long);
 extern int term_ioctl(struct tcb *, const unsigned int, long);
 extern int ubi_ioctl(struct tcb *, const unsigned int, long);
 extern int uffdio_ioctl(struct tcb *, const unsigned int, long);
-extern int v4l2_ioctl(struct tcb *, const unsigned int, long);
 
 extern int tv_nz(const struct timeval *);
 extern int tv_cmp(const struct timeval *, const struct timeval *);