]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm: Add export.h for EXPORT_SYMBOL to ttm/ttm_tt.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 16:20:27 +0000 (12:20 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 26 Aug 2011 15:52:14 +0000 (11:52 -0400)
commit5b70379819a008aaed1b14d934c228150a2f6a76
tree8f98ed13e100f04a9ab0c1bdda8fa0aa768f8f26
parentc45fc2c51f499621f53dc052f28a6249d2814ee2
drm: Add export.h for EXPORT_SYMBOL to ttm/ttm_tt.c

This exports symbols, but wasn't calling out the module.h header
before.  Add in export.h so that it still builds once we halt the
spread of module.h to every file.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/gpu/drm/ttm/ttm_tt.c