Changeset fc0de8c in mainline for kernel/generic/src/ipc/ipcrsc.c
- Timestamp:
- 2019-10-14T15:30:30Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46a8c3cd
- Parents:
- f1cd4b0
- git-author:
- Jakub Jermar <jakub@…> (2019-10-14 15:27:34)
- git-committer:
- Jakub Jermar <jakub@…> (2019-10-14 15:30:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipcrsc.c
rf1cd4b0 rfc0de8c 52 52 } 53 53 54 statickobject_ops_t phone_kobject_ops = {54 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, 97 &phone_kobject_ops); 96 kobject_initialize(kobj, KOBJECT_TYPE_PHONE, phone); 98 97 phone->kobject = kobj; 99 98
Note:
See TracChangeset
for help on using the changeset viewer.