]> 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>
Sun, 31 Jul 2011 08:06:27 +0000 (04:06 -0400)
commit185d7c40ef552439bedcf9be4c96daec966983c9
treefe289703a83d0ceb3016959f117ec52d661fce61
parent52ea48069ccdc1bd346250b06a29470e0514f716
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