From a613105f91aadc9261bdbec61bc11e9dc1afb29f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 1 Sep 2009 22:33:05 -0500 Subject: Rename generic_at drivers to atmodem Be more consistent with directory naming --- drivers/atmodem/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/atmodem/voicecall.c') diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c index 45e0de1b..124e48ac 100644 --- a/drivers/atmodem/voicecall.c +++ b/drivers/atmodem/voicecall.c @@ -1013,7 +1013,7 @@ static void at_voicecall_remove(struct ofono_voicecall *vc) } static struct ofono_voicecall_driver driver = { - .name = "generic_at", + .name = "atmodem", .probe = at_voicecall_probe, .remove = at_voicecall_remove, .dial = at_dial, -- cgit v1.2.3