diff options
| author | Allan Stephens <[email protected]> | 2010-05-11 14:30:08 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2010-05-13 06:02:23 +0000 |
| commit | 107e7be628821dcb78c43adce0331e8ddb40eabd (patch) | |
| tree | dba793bc4424134a380f58b6af17530440bdfb4f /net/tipc/core.c | |
| parent | tipc: Rename "multicast-link" to "broadcast-link" (diff) | |
| download | kernel-107e7be628821dcb78c43adce0331e8ddb40eabd.tar.gz kernel-107e7be628821dcb78c43adce0331e8ddb40eabd.zip | |
tipc: Add support for "-s" configuration option
Provide initial support for displaying overall TIPC status/statistics
information at runtime. Currently, only version info for the TIPC
kernel module is displayed.
Signed-off-by: Allan Stephens <[email protected]>
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/core.c')
| -rw-r--r-- | net/tipc/core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c index 4e84c8431f32..b47d1842a970 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c @@ -49,8 +49,6 @@ #include "config.h" -#define TIPC_MOD_VER "2.0.0" - #ifndef CONFIG_TIPC_ZONES #define CONFIG_TIPC_ZONES 3 #endif |
