summaryrefslogtreecommitdiffstats
path: root/drivers/net/ar231x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ar231x.c')
-rw-r--r--drivers/net/ar231x.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/ar231x.c b/drivers/net/ar231x.c
index 5c091140ac..515de17b10 100644
--- a/drivers/net/ar231x.c
+++ b/drivers/net/ar231x.c
@@ -419,15 +419,9 @@ static int ar231x_eth_probe(struct device_d *dev)
return 0;
}
-static void ar231x_eth_remove(struct device_d *dev)
-{
-
-}
-
static struct driver_d ar231x_eth_driver = {
.name = "ar231x_eth",
.probe = ar231x_eth_probe,
- .remove = ar231x_eth_remove,
};
static int ar231x_eth_driver_init(void)