Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[platform/kernel/linux-starfive.git] / arch / mips / lasat / sysctl.c
index cf9b463..a57959e 100644 (file)
@@ -53,21 +53,6 @@ int proc_dolasatstring(struct ctl_table *table, int write,
        return 0;
 }
 
-/* proc function to write EEPROM after changing int entry */
-int proc_dolasatint(struct ctl_table *table, int write,
-                      void *buffer, size_t *lenp, loff_t *ppos)
-{
-       int r;
-
-       r = proc_dointvec(table, write, buffer, lenp, ppos);
-       if ((!write) || r)
-               return r;
-
-       lasat_write_eeprom_info();
-
-       return 0;
-}
-
 #ifdef CONFIG_DS1603
 static int rtctmp;