summaryrefslogtreecommitdiff
path: root/linux-core/drm_ttm.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-12 20:34:50 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-12 20:34:50 +0100
commit398913dc0e632c71e3095a7d50dae911aed18884 (patch)
treee727b1b8104ae1814e5bfcb4013d37c0706d7d18 /linux-core/drm_ttm.h
parentb0c5339ed69c6ff08b7817f870e895aae2ef04c7 (diff)
Lindent.
Diffstat (limited to 'linux-core/drm_ttm.h')
-rw-r--r--linux-core/drm_ttm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux-core/drm_ttm.h b/linux-core/drm_ttm.h
index e10db8c1..b96f5cee 100644
--- a/linux-core/drm_ttm.h
+++ b/linux-core/drm_ttm.h
@@ -79,13 +79,12 @@ typedef struct drm_ttm {
} drm_ttm_t;
-
extern drm_ttm_t *drm_ttm_init(struct drm_device *dev, unsigned long size);
extern int drm_bind_ttm(drm_ttm_t * ttm, int cached, unsigned long aper_offset);
extern void drm_ttm_unbind(drm_ttm_t * ttm);
extern void drm_ttm_evict(drm_ttm_t * ttm);
extern void drm_ttm_fixup_caching(drm_ttm_t * ttm);
-extern struct page *drm_ttm_get_page(drm_ttm_t *ttm, int index);
+extern struct page *drm_ttm_get_page(drm_ttm_t * ttm, int index);
/*
* Destroy a ttm. The user normally calls drmRmMap or a similar IOCTL to do this,