dax: reorder dax_fops function definitions
authorDan Williams <dan.j.williams@intel.com>
Sun, 7 Aug 2016 15:23:56 +0000 (08:23 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 24 Aug 2016 05:58:50 +0000 (22:58 -0700)
commit043a9255021bad498e31365d104d33915b6a6e33
treec28069486e847bafc7b9ae4bd7486441be3da284
parentccdb07f62986968ecd687a71550ed187c8cf875c
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>
drivers/dax/dax.c