diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-14 07:35:57 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-14 07:35:57 +0000 |
| commit | b3e24f9ce91bb200d621c57bfa92eac473a435f9 (patch) | |
| tree | 9c94bad3e616d0070b577e174ae969aefd06ef32 /sys/pccard | |
| parent | a2c9d3c2906b57db1ee27ef76d5fdf366d043196 (diff) | |
Notes
Diffstat (limited to 'sys/pccard')
| -rw-r--r-- | sys/pccard/pcic.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index d5d459197699..3b31025efc8d 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -164,10 +164,8 @@ putw (struct pcic_slot *sp, int reg, unsigned short word) * This defines the lkm_misc module use by modload * to define the module name. */ - MOD_MISC( "pcic") +MOD_MISC(pcic); - -static int pcic_unload(); /* * Module handler that processes loads and unloads. * Once the module is loaded, the probe routine |
