diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-10-19 22:13:19 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-19 22:13:19 -0500 |
commit | f726596860dcc3244008a0588812a3f81b0651f8 (patch) | |
tree | d1342c1cd8fe439d1da42f4763437894a1628b82 /drivers | |
parent | c4594d254365a9724a51687bc026b1205cd93f0b (diff) | |
download | ofono-f726596860dcc3244008a0588812a3f81b0651f8.tar.bz2 |
Rename: drivers/hfpmodem/hfp.[ch] to hfpmodem.[ch]
Be more consistent with other drivers
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hfpmodem/hfpmodem.c (renamed from drivers/hfpmodem/hfp.c) | 2 | ||||
-rw-r--r-- | drivers/hfpmodem/hfpmodem.h (renamed from drivers/hfpmodem/hfp.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hfpmodem/hfp.c b/drivers/hfpmodem/hfpmodem.c index 2d9e6a56..615acd38 100644 --- a/drivers/hfpmodem/hfp.c +++ b/drivers/hfpmodem/hfpmodem.c @@ -37,7 +37,7 @@ #include <gatchat.h> #include <gatresult.h> -#include "hfp.h" +#include "hfpmodem.h" static int hfpmodem_init(void) { diff --git a/drivers/hfpmodem/hfp.h b/drivers/hfpmodem/hfpmodem.h index 6c6ab6fd..6c6ab6fd 100644 --- a/drivers/hfpmodem/hfp.h +++ b/drivers/hfpmodem/hfpmodem.h |