Whamcloud - gitweb
land b1_5 onto HEAD
[fs/lustre-release.git] / lustre / sec / gks / lproc_gks.c
diff --git a/lustre/sec/gks/lproc_gks.c b/lustre/sec/gks/lproc_gks.c
deleted file mode 100644 (file)
index 4849941..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
- * vim:expandtab:shiftwidth=8:tabstop=8:
- *
- *  Copyright (C) 2002 Cluster File Systems, Inc.
- *
- *   This file is part of Lustre, http://www.lustre.org.
- *
- *   Lustre is free software; you can redistribute it and/or
- *   modify it under the terms of version 2 of the GNU General Public
- *   License as published by the Free Software Foundation.
- *
- *   Lustre is distributed in the hope that it will be useful,
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *   GNU General Public License for more details.
- *
- *   You should have received a copy of the GNU General Public License
- *   along with Lustre; if not, write to the Free Software
- *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- */
-#define DEBUG_SUBSYSTEM S_CLASS
-
-#include <linux/lprocfs_status.h>
-#include <linux/obd_class.h>
-
-static struct lprocfs_vars lprocfs_gks_module_vars[] = { {0} };
-static struct lprocfs_vars lprocfs_gks_obd_vars[] = { {0} };
-
-static struct lprocfs_vars lprocfs_gkt_module_vars[] = { {0} };
-static struct lprocfs_vars lprocfs_gkt_obd_vars[] = { {0} };
-
-static struct lprocfs_vars lprocfs_gkc_module_vars[] = { {0} };
-static struct lprocfs_vars lprocfs_gkc_obd_vars[] = { {0} };
-
-LPROCFS_INIT_VARS(gks, lprocfs_gks_module_vars, lprocfs_gks_obd_vars)
-LPROCFS_INIT_VARS(gkt, lprocfs_gkt_module_vars, lprocfs_gkt_obd_vars)
-LPROCFS_INIT_VARS(gkc, lprocfs_gkc_module_vars, lprocfs_gkc_obd_vars)