aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lasat/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lasat/sysctl.c')
-rw-r--r--arch/mips/lasat/sysctl.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/mips/lasat/sysctl.c b/arch/mips/lasat/sysctl.c
index cf9b4633257e..a57959e648a6 100644
--- a/arch/mips/lasat/sysctl.c
+++ b/arch/mips/lasat/sysctl.c
@@ -53,21 +53,6 @@ int proc_dolasatstring(struct ctl_table *table, int write,
53 return 0; 53 return 0;
54} 54}
55 55
56/* proc function to write EEPROM after changing int entry */
57int proc_dolasatint(struct ctl_table *table, int write,
58 void *buffer, size_t *lenp, loff_t *ppos)
59{
60 int r;
61
62 r = proc_dointvec(table, write, buffer, lenp, ppos);
63 if ((!write) || r)
64 return r;
65
66 lasat_write_eeprom_info();
67
68 return 0;
69}
70
71#ifdef CONFIG_DS1603 56#ifdef CONFIG_DS1603
72static int rtctmp; 57static int rtctmp;
73 58