| .. | .. |
|---|
| 204 | 204 | return simc_write(lp->tp.info.tuntap.fd, (*skb)->data, (*skb)->len); |
|---|
| 205 | 205 | } |
|---|
| 206 | 206 | |
|---|
| 207 | | -unsigned short tuntap_protocol(struct sk_buff *skb) |
|---|
| 207 | +static unsigned short tuntap_protocol(struct sk_buff *skb) |
|---|
| 208 | 208 | { |
|---|
| 209 | 209 | return eth_type_trans(skb, skb->dev); |
|---|
| 210 | 210 | } |
|---|
| .. | .. |
|---|
| 231 | 231 | |
|---|
| 232 | 232 | init += sizeof(TRANSPORT_TUNTAP_NAME) - 1; |
|---|
| 233 | 233 | if (*init == ',') { |
|---|
| 234 | | - rem = split_if_spec(init + 1, &mac_str, &dev_name); |
|---|
| 234 | + rem = split_if_spec(init + 1, &mac_str, &dev_name, NULL); |
|---|
| 235 | 235 | if (rem != NULL) { |
|---|
| 236 | 236 | pr_err("%s: extra garbage on specification : '%s'\n", |
|---|
| 237 | 237 | dev->name, rem); |
|---|
| .. | .. |
|---|
| 477 | 477 | return -EINVAL; |
|---|
| 478 | 478 | } |
|---|
| 479 | 479 | |
|---|
| 480 | | -void iss_net_user_timer_expire(struct timer_list *unused) |
|---|
| 480 | +static void iss_net_user_timer_expire(struct timer_list *unused) |
|---|
| 481 | 481 | { |
|---|
| 482 | 482 | } |
|---|
| 483 | 483 | |
|---|