Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb remove unused prototype



details:   https://anonhg.NetBSD.org/src/rev/b3505aad21d1
branches:  trunk
changeset: 767214:b3505aad21d1
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Jul 11 18:30:31 2011 +0000

description:
remove unused prototype

diffstat:

 sys/dev/usb/emdtvvar.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r d4dcba9b20ee -r b3505aad21d1 sys/dev/usb/emdtvvar.h
--- a/sys/dev/usb/emdtvvar.h    Mon Jul 11 18:04:32 2011 +0000
+++ b/sys/dev/usb/emdtvvar.h    Mon Jul 11 18:30:31 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: emdtvvar.h,v 1.1 2011/07/11 18:02:04 jmcneill Exp $ */
+/* $NetBSD: emdtvvar.h,v 1.2 2011/07/11 18:30:31 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2008 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -122,6 +122,4 @@
 
 bool   emdtv_gpio_ctl(struct emdtv_softc *, emdtv_gpio_reg_t, bool);
 
-bool   emdtv_i2c_transfer(void *, struct dvb_i2c_msg *, int);
-
 #endif /* !_DEV_USB_EMDTVVAR_H */



Home | Main Index | Thread Index | Old Index