Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115891
b: refs/heads/master
c: c3b9f5a
h: refs/heads/master
i:
  115889: 16b6579
  115887: c1546c7
v: v3
  • Loading branch information
WANG Cong authored and Linus Torvalds committed Oct 20, 2008
1 parent 4693006 commit 52816f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 5c6248411639e2b4e7f167632f30f5f3a7aa105f
refs/heads/master: c3b9f5afc7f4c8abc0452f132edb13ac8c1fafbf
9 changes: 0 additions & 9 deletions trunk/kernel/configs.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@

#ifdef CONFIG_IKCONFIG_PROC

/**************************************************/
/* globals and useful constants */

static ssize_t
ikconfig_read_current(struct file *file, char __user *buf,
size_t len, loff_t * offset)
Expand All @@ -71,9 +68,6 @@ static const struct file_operations ikconfig_file_ops = {
.read = ikconfig_read_current,
};

/***************************************************/
/* ikconfig_init: start up everything we need to */

static int __init ikconfig_init(void)
{
struct proc_dir_entry *entry;
Expand All @@ -89,9 +83,6 @@ static int __init ikconfig_init(void)
return 0;
}

/***************************************************/
/* ikconfig_cleanup: clean up our mess */

static void __exit ikconfig_cleanup(void)
{
remove_proc_entry("config.gz", NULL);
Expand Down

0 comments on commit 52816f3

Please sign in to comment.