Duplicated '(' removed.

Noticed by: Mark Murray <mark@grondar.za>
This commit is contained in:
Matthew N. Dodd 1999-09-26 18:04:26 +00:00
parent d8accb14bd
commit 58e4bcc53a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51677

View file

@ -63,7 +63,7 @@
* PC-Card (PCMCIA) specific code.
*/
static int ep_pccard_init (struct pccard_devinfo *);
static int ep_pccard_attach ((struct pccard_devinfo *);
static int ep_pccard_attach (struct pccard_devinfo *);
static void ep_pccard_unload (struct pccard_devinfo *);
static int ep_pccard_intr (struct pccard_devinfo *);
static int ep_pccard_identify (struct ep_board *epb, int unit);