Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ded23359ccb884605336ac2193608a7af9a3b117
Commit:     ded23359ccb884605336ac2193608a7af9a3b117
Parent:     bc5f4523f772cc7629c5c5a46cf4f2a07a5500b8
Author:     Dave Airlie <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 5 13:07:28 2007 +1000
Committer:  Dave Airlie <[EMAIL PROTECTED]>
CommitDate: Thu Feb 7 15:09:38 2008 +1000

    drm: move two function extern into the correct block
---
 drivers/char/drm/drmP.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h
index 1106296..36caf93 100644
--- a/drivers/char/drm/drmP.h
+++ b/drivers/char/drm/drmP.h
@@ -847,6 +847,8 @@ extern int drm_release(struct inode *inode, struct file 
*filp);
 
                                /* Mapping support (drm_vm.h) */
 extern int drm_mmap(struct file *filp, struct vm_area_struct *vma);
+extern unsigned long drm_core_get_map_ofs(struct drm_map * map);
+extern unsigned long drm_core_get_reg_ofs(struct drm_device *dev);
 extern unsigned int drm_poll(struct file *filp, struct poll_table_struct 
*wait);
 
                                /* Memory management support (drm_memory.h) */
@@ -1144,8 +1146,5 @@ extern void *drm_calloc(size_t nmemb, size_t size, int 
area);
 
 /[EMAIL PROTECTED]/
 
-extern unsigned long drm_core_get_map_ofs(struct drm_map * map);
-extern unsigned long drm_core_get_reg_ofs(struct drm_device *dev);
-
 #endif                         /* __KERNEL__ */
 #endif
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to