Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
ded23359
Commit
ded23359
authored
Nov 05, 2007
by
Dave Airlie
Committed by
Dave Airlie
Feb 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm: move two function extern into the correct block
parent
bc5f4523
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
drivers/char/drm/drmP.h
drivers/char/drm/drmP.h
+2
-3
No files found.
drivers/char/drm/drmP.h
View file @
ded23359
...
...
@@ -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);
/*@}*/
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment