• D
    device-dax: Start defining a dax bus model · 51cf784c
    Dan Williams 提交于
    Towards eliminating the dax_class, move the dax-device-attribute
    enabling to a new bus.c file in the core. The amount of code
    thrash of sub-sequent patches is reduced as no logic changes are made,
    just pure code movement.
    
    A temporary export of unregister_dex_dax() and dax_attribute_groups is
    needed to preserve compilation, but those symbols become static again in
    a follow-on patch.
    Signed-off-by: NDan Williams <dan.j.williams@intel.com>
    51cf784c
bus.c 4.4 KB