Subject: [PATCH] etun: By default don't allocate a pair of devices. From: Eric W. Biederman Date: 1137566328 -0700 --- drivers/net/etun.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) 7be7bf54b317990871347993274508dc11183b0c diff --git a/drivers/net/etun.c b/drivers/net/etun.c index d96ea4d..74f2df8 100644 --- a/drivers/net/etun.c +++ b/drivers/net/etun.c @@ -227,11 +227,10 @@ static int etun_new_get(char *buffer, st static int __init etun_init(void) { - struct net_device *pair[2]; printk(KERN_INFO "etun: %s, %s\n", DRV_DESCRIPTION, DRV_VERSION); printk(KERN_INFO "etun: %s\n", DRV_COPYRIGHT); - return etun_alloc_pair(pair); + return 0; } static void etun_cleanup(void) -- 1.0.GIT