(struct capi_driver): Member owner removed.

(struct capi_device): Member appls removed.
This commit is contained in:
Frank A. Uepping 2004-08-29 18:08:59 +00:00
parent 1d19193852
commit b8360fb75b
1 changed files with 0 additions and 3 deletions

View File

@ -40,8 +40,6 @@ struct capi_device;
struct capi_driver {
struct module* owner;
capinfo_0x10 (*capi_register) (struct capi_device* dev, struct capi_appl* appl);
void (*capi_release) (struct capi_device* dev, struct capi_appl* appl);
capinfo_0x11 (*capi_put_message) (struct capi_device* dev, struct capi_appl* appl, struct sk_buff* msg);
@ -66,7 +64,6 @@ struct capi_device {
struct kref refs;
struct completion done;
atomic_t appls;
struct capi_stats stats;