Changes in kernel/generic/src/ipc/ipcrsc.c [fc0de8c:e394c196] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipcrsc.c
rfc0de8c re394c196 52 52 } 53 53 54 kobject_ops_t phone_kobject_ops = {54 static kobject_ops_t phone_kobject_ops = { 55 55 .destroy = phone_destroy 56 56 }; … … 94 94 phone->hangup_call = hcall; 95 95 96 kobject_initialize(kobj, KOBJECT_TYPE_PHONE, phone); 96 kobject_initialize(kobj, KOBJECT_TYPE_PHONE, phone, 97 &phone_kobject_ops); 97 98 phone->kobject = kobj; 98 99
Note:
See TracChangeset
for help on using the changeset viewer.