devide: use the new map_buffers interface
authorAlan Cox <alan@linux.intel.com>
Sat, 6 Oct 2018 19:31:29 +0000 (20:31 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 6 Oct 2018 19:31:29 +0000 (20:31 +0100)
commit80cf85722fc15b585f3a4d6d960fc81db8081573
tree4387da2aca73a130bcb44dfc4573464524060d6b
parente2f148e37430c951f0737b38d2435750fd526833
devide: use the new map_buffers interface

This means everyone now needs a map_buffers but as it's a no-op for most
systems and not a critical path it shouldn't be a big deal. Given how useful
external buffers are on many systems it's worth it
Kernel/dev/devide.c