git: drm: Add a local implementation of linux/export.h

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Oct 13 08:22:37 PDT 2013


commit 01b023e3f0af7cfbfd6f9255d51737dcb407b02e
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sun Oct 13 16:59:38 2013 +0200

    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

Summary of changes:
 sys/dev/drm/include/linux/{idr.h => export.h} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 copy sys/dev/drm/include/linux/{idr.h => export.h} (92%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/01b023e3f0af7cfbfd6f9255d51737dcb407b02e


-- 
DragonFly BSD source repository



More information about the Commits mailing list