Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
e899adea
Commit
e899adea
authored
Jun 06, 2002
by
Kai Germaschewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ISDN/CAPI: Remove some left-over from the capi_driver removal
parent
152d188b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
drivers/isdn/hysdn/hycapi.c
drivers/isdn/hysdn/hycapi.c
+0
-8
drivers/isdn/hysdn/hysdn_defs.h
drivers/isdn/hysdn/hysdn_defs.h
+0
-1
No files found.
drivers/isdn/hysdn/hycapi.c
View file @
e899adea
...
...
@@ -82,10 +82,6 @@ hycapi_remove_ctr(struct capi_ctr *ctrl)
#ifdef HYCAPI_PRINTFNAMES
printk
(
KERN_NOTICE
"HYCAPI hycapi_remove_ctr
\n
"
);
#endif
if
(
!
hy_di
)
{
printk
(
KERN_ERR
"No capi_driver_interface set!"
);
return
;
}
cinfo
=
(
hycapictrl_info
*
)(
ctrl
->
driverdata
);
if
(
!
cinfo
)
{
printk
(
KERN_ERR
"No hycapictrl_info set!"
);
...
...
@@ -686,10 +682,6 @@ attach the capi-driver to the kernel-capi.
int
hycapi_init
()
{
int
i
;
if
(
hy_di
)
{
printk
(
KERN_NOTICE
"HyDI allready set
\n
"
);
return
0
;
}
for
(
i
=
0
;
i
<
CAPI_MAXAPPL
;
i
++
)
{
memset
(
&
(
hycapi_applications
[
i
]),
0
,
sizeof
(
hycapi_appl
));
}
...
...
drivers/isdn/hysdn/hysdn_defs.h
View file @
e899adea
...
...
@@ -276,7 +276,6 @@ extern void hysdn_rx_netpkt(hysdn_card *, uchar *, word); /* rxed packet from ne
#ifdef CONFIG_HYSDN_CAPI
extern
unsigned
int
hycapi_enable
;
extern
struct
capi_driver_interface
*
hy_di
;
extern
int
hycapi_capi_create
(
hysdn_card
*
);
/* create a new capi device */
extern
int
hycapi_capi_release
(
hysdn_card
*
);
/* delete the device */
extern
int
hycapi_capi_stop
(
hysdn_card
*
card
);
/* suspend */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment