commit | 51cf784c42d07fbd62cb604836a9270cf3361509 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Wed Jul 12 17:58:21 2017 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jan 06 21:24:46 2019 -0800 |
tree | 808f5603d9f6f71f7727b33224d1a79cd958e99c | |
parent | 753a0850e707e9a8c5861356222f9b9e4eba7945 [diff] |
device-dax: Start defining a dax bus model 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: Dan Williams <dan.j.williams@intel.com>