diff options
author | Christoph Hellwig <hch@lst.de> | 2005-05-05 17:25:59 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-05-05 17:25:59 -0400 |
commit | 3ef4e9a8db6c65de7c7f4bc013d62b0d73f50dce (patch) | |
tree | 37f049c9a77ceaa5f10d98206254a230b8a178d9 /include/linux/if_ltalk.h | |
parent | 476e19cfa131e2b6eedc4017b627cdc4ca419ffb (diff) |
[ATALK]: Add alloc_ltalkdev().
this matches the API used by other link layer like ethernet or token
ring.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_ltalk.h')
-rw-r--r-- | include/linux/if_ltalk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_ltalk.h b/include/linux/if_ltalk.h index e75e832b7ff0..76525760ba48 100644 --- a/include/linux/if_ltalk.h +++ b/include/linux/if_ltalk.h | |||
@@ -6,7 +6,7 @@ | |||
6 | #define LTALK_ALEN 1 | 6 | #define LTALK_ALEN 1 |
7 | 7 | ||
8 | #ifdef __KERNEL__ | 8 | #ifdef __KERNEL__ |
9 | extern void ltalk_setup(struct net_device *); | 9 | extern struct net_device *alloc_ltalkdev(int sizeof_priv); |
10 | #endif | 10 | #endif |
11 | 11 | ||
12 | #endif | 12 | #endif |