summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/Makefile
diff options
context:
space:
mode:
authorQuytelda Kahja <quytelda@tamalin.org>2018-05-22 00:26:29 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-25 18:47:22 +0200
commit22962b380c0a9a7526c612d288af51a3cf041a67 (patch)
tree5e1f885f4085bbd7fa895220458f02355ffdbe74 /drivers/staging/rtl8723bs/Makefile
parent916c0c4b83de4ef523d68204cc435d6769c5ff8f (diff)
staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'.
Camel-case naming is discouraged int the linux kernel coding style. Rename these files using snake case, and update the makefile to use the new names. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/Makefile')
-rw-r--r--drivers/staging/rtl8723bs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/Makefile b/drivers/staging/rtl8723bs/Makefile
index f236acfd3afa..a12cf8dd8ed9 100644
--- a/drivers/staging/rtl8723bs/Makefile
+++ b/drivers/staging/rtl8723bs/Makefile
@@ -23,7 +23,7 @@ r8723bs-y = \
hal/hal_com_phycfg.o \
hal/hal_btcoex.o \
hal/hal_sdio.o \
- hal/Hal8723BPwrSeq.o \
+ hal/hal_pwr_seq.o \
hal/HalPhyRf.o \
hal/HalPwrSeqCmd.o \
hal/odm.o \