Changeset e37d2f81 in mainline for uspace/drv/nic/rtl8169/driver.c


Ignore:
Timestamp:
2014-06-09T21:34:34Z (10 years ago)
Author:
Agnieszka Tabaka <nufcia@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9d653e3
Parents:
be971233
Message:

Remove _DDF_DATA_IMPLANT and ddf_fun_data_implant() call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/rtl8169/driver.c

    rbe971233 re37d2f81  
    2828
    2929/* XXX Fix this */
    30 #define _DDF_DATA_IMPLANT
    31 
    3230#include <assert.h>
    3331#include <errno.h>
     
    416414        nic_set_ddf_fun(nic_data, fun);
    417415        ddf_fun_set_ops(fun, &rtl8169_dev_ops);
    418         ddf_fun_data_implant(fun, nic_data);
    419416
    420417        rc = ddf_fun_bind(fun);
Note: See TracChangeset for help on using the changeset viewer.