]> 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, 11 Aug 2011 21:32:14 +0000 (17:32 -0400)
commitd3ec111d86dd504efca00cbea838dc433bd52615
tree6646c91553531be440ec8e76d591c28b145fa420
parent18a16464ba2262ed43049599f604700c5e1833a1
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