Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322165
b: refs/heads/master
c: 27fc4f1
h: refs/heads/master
i:
  322163: 6e71072
v: v3
  • Loading branch information
Sachin Kamat authored and Dave Airlie committed Aug 21, 2012
1 parent 334b30b commit 158992c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5c2c20e356ddcb597ee7099dc874bdac774884b
refs/heads/master: 27fc4f1c0be917b1e5cef934783f9b09e28e92ea
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/drm_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static const struct file_operations drm_proc_fops = {
* Create a given set of proc files represented by an array of
* gdm_proc_lists in the given root directory.
*/
int drm_proc_create_files(struct drm_info_list *files, int count,
static int drm_proc_create_files(struct drm_info_list *files, int count,
struct proc_dir_entry *root, struct drm_minor *minor)
{
struct drm_device *dev = minor->dev;
Expand Down Expand Up @@ -172,7 +172,7 @@ int drm_proc_init(struct drm_minor *minor, int minor_id,
return 0;
}

int drm_proc_remove_files(struct drm_info_list *files, int count,
static int drm_proc_remove_files(struct drm_info_list *files, int count,
struct drm_minor *minor)
{
struct list_head *pos, *q;
Expand Down

0 comments on commit 158992c

Please sign in to comment.