drm: Add a local implementation of linux/hash.h
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 13 Oct 2013 14:47:04 +0000 (16:47 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 13 Oct 2013 14:37:09 +0000 (16:37 +0200)
commit2faa6cdc3a64af67545b28d1d3f15ced1e50fb25
treef2567a3d85035b8cdb6844119962940351dc3458
parent7a246dd9f3285b1955a0c85d9f0e440b001eb941
drm: Add a local implementation of linux/hash.h

* Implement hash_long() as a wrapper on top of the existing
  hash32_buf() function
sys/dev/drm/include/linux/hash.h [new file with mode: 0644]