diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-09-28 22:25:29 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-09-28 22:25:29 +0000 |
commit | 0ae8dceaebe3659ee0c3352c08125f403e77ebca (patch) | |
tree | 5085c389f09da78182b899d19fe1068b619a69dd /drivers/net/hydra.c | |
parent | 273767781288c35c9d679e908672b9996cda4c34 (diff) |
Merge with 2.3.10.
Diffstat (limited to 'drivers/net/hydra.c')
-rw-r--r-- | drivers/net/hydra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hydra.c b/drivers/net/hydra.c index 00549b6b9..5ced788bb 100644 --- a/drivers/net/hydra.c +++ b/drivers/net/hydra.c @@ -157,7 +157,7 @@ static void memcpyw(u16 *dest, u16 *src, int len) #endif -__initfunc(int hydra_probe(struct device *dev)) +int __init hydra_probe(struct device *dev) { struct hydra_private *priv; u32 board; |