mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Duplicated '(' removed.
Noticed by: Mark Murray <mark@grondar.za>
This commit is contained in:
parent
d8accb14bd
commit
58e4bcc53a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51677
@ -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 New Issue
Block a user