From f726596860dcc3244008a0588812a3f81b0651f8 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 19 Oct 2009 22:13:19 -0500 Subject: [PATCH] Rename: drivers/hfpmodem/hfp.[ch] to hfpmodem.[ch] Be more consistent with other drivers --- Makefile.am | 4 ++-- drivers/hfpmodem/{hfp.c => hfpmodem.c} | 2 +- drivers/hfpmodem/{hfp.h => hfpmodem.h} | 0 plugins/hfp.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename drivers/hfpmodem/{hfp.c => hfpmodem.c} (98%) rename drivers/hfpmodem/{hfp.h => hfpmodem.h} (100%) diff --git a/Makefile.am b/Makefile.am index aed1636..2be469a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,8 +121,8 @@ builtin_sources += drivers/atmodem/atutil.h \ builtin_modules += hfpmodem builtin_sources += drivers/atmodem/atutil.h \ - drivers/hfpmodem/hfp.h \ - drivers/hfpmodem/hfp.c + drivers/hfpmodem/hfpmodem.h \ + drivers/hfpmodem/hfpmodem.c builtin_modules += modemconf builtin_sources += plugins/modemconf.c diff --git a/drivers/hfpmodem/hfp.c b/drivers/hfpmodem/hfpmodem.c similarity index 98% rename from drivers/hfpmodem/hfp.c rename to drivers/hfpmodem/hfpmodem.c index 2d9e6a5..615acd3 100644 --- a/drivers/hfpmodem/hfp.c +++ b/drivers/hfpmodem/hfpmodem.c @@ -37,7 +37,7 @@ #include #include -#include "hfp.h" +#include "hfpmodem.h" static int hfpmodem_init(void) { diff --git a/drivers/hfpmodem/hfp.h b/drivers/hfpmodem/hfpmodem.h similarity index 100% rename from drivers/hfpmodem/hfp.h rename to drivers/hfpmodem/hfpmodem.h diff --git a/plugins/hfp.c b/plugins/hfp.c index c2973be..9733cfc 100644 --- a/plugins/hfp.c +++ b/plugins/hfp.c @@ -49,7 +49,7 @@ #include #include -#include +#include static const char *brsf_prefix[] = { "+BRSF:", NULL }; static const char *cind_prefix[] = { "+CIND:", NULL }; -- 2.7.4