commit | 043a9255021bad498e31365d104d33915b6a6e33 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Sun Aug 07 08:23:56 2016 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Tue Aug 23 22:58:50 2016 -0700 |
tree | c28069486e847bafc7b9ae4bd7486441be3da284 | |
parent | ccdb07f62986968ecd687a71550ed187c8cf875c [diff] |
dax: reorder dax_fops function definitions In order to convert devm_create_dax_dev() to use cdev, it will need access to dax_fops. Move dax_fops and related function definitions before devm_create_dax_dev(). Signed-off-by: Dan Williams <dan.j.williams@intel.com>