diff options
| author | dsl <dsl@NetBSD.org> | 2009-03-14 14:45:51 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2009-03-14 14:45:51 +0000 |
| commit | 02cdf4d2c869ecfa1ae5484cf77eefe2fbcc6d94 (patch) | |
| tree | 9a02e625d403e5fcedfdc6be4803e2404356bf31 /sys/arch/macppc/dev/aed.c | |
| parent | dfbb3f921a23a1aba4463f31ef9233ac94ce606c (diff) | |
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
Diffstat (limited to 'sys/arch/macppc/dev/aed.c')
| -rw-r--r-- | sys/arch/macppc/dev/aed.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/macppc/dev/aed.c b/sys/arch/macppc/dev/aed.c index f78704dbe53..eb568dfe52b 100644 --- a/sys/arch/macppc/dev/aed.c +++ b/sys/arch/macppc/dev/aed.c @@ -1,4 +1,4 @@ -/* $NetBSD: aed.c,v 1.21 2008/03/01 14:16:49 rmind Exp $ */ +/* $NetBSD: aed.c,v 1.22 2009/03/14 14:46:01 dsl Exp $ */ /* * Copyright (C) 1994 Bradley A. Grantham @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: aed.c,v 1.21 2008/03/01 14:16:49 rmind Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aed.c,v 1.22 2009/03/14 14:46:01 dsl Exp $"); #include <sys/param.h> #include <sys/device.h> @@ -56,13 +56,13 @@ __KERNEL_RCSID(0, "$NetBSD: aed.c,v 1.21 2008/03/01 14:16:49 rmind Exp $"); /* * Function declarations. */ -static int aedmatch __P((struct device *, struct cfdata *, void *)); -static void aedattach __P((struct device *, struct device *, void *)); -static void aed_emulate_mouse __P((adb_event_t *event)); -static void aed_kbdrpt __P((void *kstate)); -static void aed_dokeyupdown __P((adb_event_t *event)); -static void aed_handoff __P((adb_event_t *event)); -static void aed_enqevent __P((adb_event_t *event)); +static int aedmatch(struct device *, struct cfdata *, void *); +static void aedattach(struct device *, struct device *, void *); +static void aed_emulate_mouse(adb_event_t *event); +static void aed_kbdrpt(void *kstate); +static void aed_dokeyupdown(adb_event_t *event); +static void aed_handoff(adb_event_t *event); +static void aed_enqevent(adb_event_t *event); /* * Global variables. |
