Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipcrsc.c

    rfc0de8c re394c196  
    5252}
    5353
    54 kobject_ops_t phone_kobject_ops = {
     54static kobject_ops_t phone_kobject_ops = {
    5555        .destroy = phone_destroy
    5656};
     
    9494                phone->hangup_call = hcall;
    9595
    96                 kobject_initialize(kobj, KOBJECT_TYPE_PHONE, phone);
     96                kobject_initialize(kobj, KOBJECT_TYPE_PHONE, phone,
     97                    &phone_kobject_ops);
    9798                phone->kobject = kobj;
    9899
Note: See TracChangeset for help on using the changeset viewer.