Skip to content

Commit

Permalink
drm: move two function extern into the correct block
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Feb 7, 2008
1 parent bc5f452 commit ded2335
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/char/drm/drmP.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down Expand Up @@ -1144,8 +1146,5 @@ extern void *drm_calloc(size_t nmemb, size_t size, int area);

/*@}*/

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

0 comments on commit ded2335

Please sign in to comment.