aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-10-06 16:27:55 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-10-06 16:27:55 +0000
commit61d36f6179f535de4a37c58cb7dade2b6035883d (patch)
treeb0f2056879c2ee51c10be2eec2f388f460a56a56 /linux-core/drmP.h
parent4dbc1e87288987f0506087c7971639c33af8fe3e (diff)
Revert back to drm_order() instead of using kernel get_order(). The
functions are not identical.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index b095d86f..f3a76c2a 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -868,6 +868,7 @@ extern int drm_freebufs(struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg);
extern int drm_mapbufs(struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg);
+extern int drm_order(unsigned long size);
/* DMA support (drm_dma.h) */
extern int drm_dma_setup(drm_device_t * dev);