mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Duplicated '(' removed.
Noticed by: Mark Murray <mark@grondar.za>
This commit is contained in:
parent
d8accb14bd
commit
58e4bcc53a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue