Whamcloud - gitweb
Over of the changes:
[fs/lustre-release.git] / lustre / obdclass / sysctl.c
index c221e7a..2b67744 100644 (file)
 #include <asm/uaccess.h>
 #include <linux/utsname.h>
 
-#include <linux/sym_obd.h>
-#include <linux/presto.h>
-#include <linux/obd_psdev.h>
-#include <linux/presto_upcall.h>
+#include <linux/obd_support.h>
 
 struct ctl_table_header *obd_table_header = NULL;
 
@@ -49,12 +46,13 @@ static ctl_table obd_table[] = {
        { 0 }
 };
 
+#if 0
 static ctl_table jukebox_table[] = {
        {OBD_SYSCTL, "obd",    NULL, 0, 0555, obd_table},
        {0}
 };
 
-
+#endif
 void obd_sysctl_init (void)
 {
 #ifdef CONFIG_SYSCTL