X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fethertap.c;h=c8f31fb4ca1af1d0a9e704d400203197f2dc7890;hb=28169de0a7d33c5a792a8a4be7f519c637099cea;hp=ef47c5c9aff86d8b1f8332e9cd124590d4ab5c85;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/drivers/net/ethertap.c b/drivers/net/ethertap.c index ef47c5c9a..c8f31fb4c 100644 --- a/drivers/net/ethertap.c +++ b/drivers/net/ethertap.c @@ -13,7 +13,7 @@ #include #include -#include + #include #include #include @@ -45,7 +45,7 @@ static void set_multicast_list(struct net_device *dev); static int ethertap_debug; static int max_taps = 1; -module_param(max_taps, int, 0); +MODULE_PARM(max_taps, "i"); MODULE_PARM_DESC(max_taps,"Max number of ethernet tap devices"); static struct net_device **tap_map; /* Returns the tap device for a given netlink */