drm: Add a local implementation of linux/export.h
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 13 Oct 2013 14:59:38 +0000 (16:59 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 13 Oct 2013 14:52:21 +0000 (16:52 +0200)
commit01b023e3f0af7cfbfd6f9255d51737dcb407b02e
tree424d84de7746889ba869e3d76bcda9749b6a0c0f
parent2faa6cdc3a64af67545b28d1d3f15ced1e50fb25
drm: Add a local implementation of linux/export.h

* The Linux drm files often contain EXPORT_SYMBOL() macros

* We don't /need/ them but keeping them unchanged in the drm
  files helps reducing differences with Linux
sys/dev/drm/include/linux/export.h [new file with mode: 0644]