summaryrefslogtreecommitdiff
path: root/chip/stm32/pwm.c
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-10-28 12:48:26 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-28 23:38:16 +0000
commitf20ed63c17fe0af9acee3ce774b73d70545e5ea3 (patch)
treeec8f8f7ab3a3b9beda10b2a6dd7ebf81cae6fd8d /chip/stm32/pwm.c
parent6aaab6ab0b12f7cc71b126dd19ebf8e50b7462e4 (diff)
downloadchrome-ec-f20ed63c17fe0af9acee3ce774b73d70545e5ea3.tar.gz
Rename pwm_data.h to pwm_chip.h
To conform to our mutating naming conventions, let's rename the chip-specific PWM header file to have the string "_chip" in it. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms; pass unit tests Change-Id: I6584be8e54fd24c8638559817e150c707bc0edb5 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/174884 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'chip/stm32/pwm.c')
-rw-r--r--chip/stm32/pwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/pwm.c b/chip/stm32/pwm.c
index f9b1aeec10..b8683ed9f4 100644
--- a/chip/stm32/pwm.c
+++ b/chip/stm32/pwm.c
@@ -10,7 +10,7 @@
#include "hooks.h"
#include "hwtimer.h"
#include "pwm.h"
-#include "pwm_data.h"
+#include "pwm_chip.h"
#include "registers.h"
#include "util.h"