Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117639
b: refs/heads/master
c: 1e0edd3
h: refs/heads/master
i:
  117637: 3c03a39
  117635: b69feb2
  117631: b7ca0fc
v: v3
  • Loading branch information
Alexey Dobriyan committed Oct 23, 2008
1 parent 52a2015 commit 3d6dbbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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: 5bcd7ff9e1690dbdbccb2a1cb3c2ea8b8381c435
refs/heads/master: 1e0edd3f67d5b5c04ef6c0908aac8bd70dffc6f6
3 changes: 2 additions & 1 deletion trunk/fs/proc/proc_devtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Copyright 1997 Paul Mackerras
*/
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/time.h>
#include <linux/proc_fs.h>
#include <linux/stat.h>
Expand Down Expand Up @@ -214,7 +215,7 @@ void proc_device_tree_add_node(struct device_node *np,
/*
* Called on initialization to set up the /proc/device-tree subtree
*/
void proc_device_tree_init(void)
void __init proc_device_tree_init(void)
{
struct device_node *root;
if ( !have_of )
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/proc/proc_sysctl.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* /proc/sys support
*/

#include <linux/init.h>
#include <linux/sysctl.h>
#include <linux/proc_fs.h>
#include <linux/security.h>
Expand Down Expand Up @@ -395,7 +395,7 @@ static struct dentry_operations proc_sys_dentry_operations = {
.d_compare = proc_sys_compare,
};

int proc_sys_init(void)
int __init proc_sys_init(void)
{
struct proc_dir_entry *proc_sys_root;

Expand Down

0 comments on commit 3d6dbbd

Please sign in to comment.