Remove protoype for irframe_frame_available(), it's never implemented
This commit is contained in:
parent
947028ed94
commit
8644ee7fa0
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: irframevar.h,v 1.9 2002/10/23 09:13:22 jdolecek Exp $ */
|
||||
/* $NetBSD: irframevar.h,v 1.10 2003/01/03 09:46:41 dsainty Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||
@ -60,8 +60,6 @@ struct irframe_softc {
|
||||
#endif
|
||||
};
|
||||
|
||||
void irframe_frame_available(struct device *);
|
||||
|
||||
#define IRDA_DEFAULT_SPEED 9600
|
||||
#define IRDA_DEFAULT_EBOFS 12
|
||||
#define IRDA_DEFAULT_SIZE 386
|
||||
|
Loading…
Reference in New Issue
Block a user