drm: Make the hlist API compatible with Linux 3.17
authorFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 25 Aug 2015 11:45:44 +0000 (13:45 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 25 Aug 2015 11:51:05 +0000 (13:51 +0200)
commitd2a9170a267faeb1e7b6cb8b991f2899dc41de83
tree4f10f8afdcc86419ed845d3f58d32cacfb8ca7a3
parent0eda2e3f6dbb98735866fc4d1cef25a90b58939e
drm: Make the hlist API compatible with Linux 3.17

* Replace hlist_add_after_rcu by hlist_add_behind_rcu

* hlist_for_each_entry() now only uses 3 arguments
sys/dev/drm/drm_hashtab.c
sys/dev/drm/include/drm/drmP.h
sys/dev/drm/include/linux/fs.h [copied from sys/dev/drm/include/linux/hashtable.h with 91% similarity]
sys/dev/drm/include/linux/hashtable.h
sys/dev/drm/include/linux/list.h
sys/dev/drm/include/linux/rculist.h [copied from sys/dev/drm/include/linux/hashtable.h with 80% similarity]