summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-20 18:58:47 +0000
committerobrien <obrien@FreeBSD.org>2002-03-20 18:58:47 +0000
commita11b0bc7ef9aa0716078fb29c8eeb46df0f454bf (patch)
treeaa4a8b1f00274b707255148923fbee6b3b0e8414 /sys/alpha/pci
parent37ff43589ebd29f29200833b6772e1ea25901790 (diff)
downloadFreeBSD-src-a11b0bc7ef9aa0716078fb29c8eeb46df0f454bf.zip
FreeBSD-src-a11b0bc7ef9aa0716078fb29c8eeb46df0f454bf.tar.gz
Remove __P(). This was tested on the GENERIC kernel.
Diffstat (limited to 'sys/alpha/pci')
-rw-r--r--sys/alpha/pci/tsunami.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/pci/tsunami.c b/sys/alpha/pci/tsunami.c
index 3ca127b..5290f4c 100644
--- a/sys/alpha/pci/tsunami.c
+++ b/sys/alpha/pci/tsunami.c
@@ -78,8 +78,8 @@ static alpha_chipset_t tsunami_chipset = {
tsunami_write_hae,
};
-static void tsunami_intr_enable __P((int));
-static void tsunami_intr_disable __P((int));
+static void tsunami_intr_enable(int);
+static void tsunami_intr_disable(int);
/*
* There doesn't appear to be an hae on this platform
OpenPOWER on IntegriCloud