]> 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>
Thu, 28 Jul 2011 04:26:58 +0000 (00:26 -0400)
commit247747ff1880dcd8f6be5dd1f4c1618a9fa26ae5
tree5df281997590f354fdd674853113c8c573d3b97c
parentfc9ea0264fdda9b7c976590e47607e5211087319
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