Skip to content

Commit

Permalink
[PATCH] ac3200 section fixes
Browse files Browse the repository at this point in the history
WARNING: drivers/net/ac3200.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0xf9) and 'ac_close_card'

Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Aug 19, 2006
1 parent 864fe05 commit 62a87b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/ac3200.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,7 @@ MODULE_PARM_DESC(mem, "Memory base address(es)");
MODULE_DESCRIPTION("Ansel AC3200 EISA ethernet driver");
MODULE_LICENSE("GPL");

int
init_module(void)
int __init init_module(void)
{
struct net_device *dev;
int this_dev, found = 0;
Expand Down

0 comments on commit 62a87b8

Please sign in to comment.