mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Clean up the warnings produced by the recent PCI code. Requested by
SE since he doesn't have good access right now
This commit is contained in:
parent
02ba3f92c8
commit
d9378aac9a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15943
@ -24,7 +24,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_ed.c,v 1.97 1996/04/23 18:36:54 nate Exp $
|
||||
* $Id: if_ed.c,v 1.98 1996/05/18 17:56:25 se Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -190,6 +190,8 @@ static void edunload(struct pccard_dev *); /* Disable driver */
|
||||
static void edsuspend(struct pccard_dev *); /* Suspend driver */
|
||||
static int edinit(struct pccard_dev *, int); /* init device */
|
||||
|
||||
void edintr_sc __P((struct ed_softc *));
|
||||
|
||||
static struct pccard_drv ed_info = {
|
||||
"ed",
|
||||
card_intr,
|
||||
|
@ -24,7 +24,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_ed.c,v 1.97 1996/04/23 18:36:54 nate Exp $
|
||||
* $Id: if_ed.c,v 1.98 1996/05/18 17:56:25 se Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -190,6 +190,8 @@ static void edunload(struct pccard_dev *); /* Disable driver */
|
||||
static void edsuspend(struct pccard_dev *); /* Suspend driver */
|
||||
static int edinit(struct pccard_dev *, int); /* init device */
|
||||
|
||||
void edintr_sc __P((struct ed_softc *));
|
||||
|
||||
static struct pccard_drv ed_info = {
|
||||
"ed",
|
||||
card_intr,
|
||||
|
Loading…
Reference in New Issue
Block a user