diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-06-04 07:37:45 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-06-04 07:37:45 +0200 |
commit | a37d4548f4c696fc5a919ad3839c6472afdff86f (patch) | |
tree | 5f402e27588a313e13e14d222f62eeebe499bf0c | |
parent | f55b47ebf4e9bd0dd1e5e46011404456b7cd2825 (diff) |
remove the declaration of linux_net_emulation_ops.
-rw-r--r-- | libmachdev/ds_routines.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmachdev/ds_routines.c b/libmachdev/ds_routines.c index f6a8e76c..65cefa3a 100644 --- a/libmachdev/ds_routines.c +++ b/libmachdev/ds_routines.c @@ -71,8 +71,6 @@ static struct port_bucket *port_bucket; static struct port_class *dev_class; -extern struct device_emulation_ops linux_net_emulation_ops; - #define NUM_EMULATION num_emul #define MAX_NUM_EMULATION 32 |