diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-01 03:16:17 +0000 |
commit | d8d9b8f76f22b7a16a83e261e64f89ee611f49df (patch) | |
tree | 3067bc130b80d52808e6390c9fc7fc087ec1e33c /net/ethernet/eth.c | |
parent | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (diff) |
Initial revision
Diffstat (limited to 'net/ethernet/eth.c')
-rw-r--r-- | net/ethernet/eth.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c index 9f4477807..bdc6b37fd 100644 --- a/net/ethernet/eth.c +++ b/net/ethernet/eth.c @@ -36,8 +36,6 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ -#include <asm/uaccess.h> -#include <asm/system.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/sched.h> @@ -52,16 +50,17 @@ #include <linux/skbuff.h> #include <linux/errno.h> #include <linux/config.h> +#include <linux/init.h> #include <net/dst.h> #include <net/arp.h> #include <net/sock.h> #include <net/ipv6.h> - - +#include <asm/uaccess.h> +#include <asm/system.h> #include <asm/checksum.h> -void eth_setup(char *str, int *ints) +__initfunc(void eth_setup(char *str, int *ints)) { struct device *d = dev_base; |