summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/xpp/card_echo.c')
-rw-r--r--drivers/dahdi/xpp/card_echo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dahdi/xpp/card_echo.c b/drivers/dahdi/xpp/card_echo.c
index 3155656..91cb84e 100644
--- a/drivers/dahdi/xpp/card_echo.c
+++ b/drivers/dahdi/xpp/card_echo.c
@@ -329,9 +329,7 @@ static struct xpd_driver echo_driver = {
.type = XPD_TYPE_ECHO,
.driver = {
.name = "echo",
-#ifndef OLD_HOTPLUG_SUPPORT
.owner = THIS_MODULE,
-#endif
.probe = echo_xpd_probe,
.remove = echo_xpd_remove}
};