diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2002-10-31 19:39:51 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-31 19:39:51 -0800 |
| commit | 8743040026abafb709dc5aa1be035ff52a68cf02 (patch) | |
| tree | f4c353153bc74c54869f9e50d540b7891f2ec00c | |
| parent | 4e0c04ff48aa1e818ba0498b3bf8e3613a2b3323 (diff) | |
[PATCH] without this tulip doesn't build non modular
| -rw-r--r-- | drivers/net/tulip/de2104x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/de2104x.c b/drivers/net/tulip/de2104x.c index a8936745afb1..d0e74b06359d 100644 --- a/drivers/net/tulip/de2104x.c +++ b/drivers/net/tulip/de2104x.c @@ -2216,7 +2216,7 @@ static struct pci_driver de_driver = { .name = DRV_NAME, .id_table = de_pci_tbl, .probe = de_init_one, - .remove = de_remove_one, + .remove = __devexit_p(de_remove_one), #ifdef CONFIG_PM .suspend = de_suspend, .resume = de_resume, |
