From f20ed63c17fe0af9acee3ce774b73d70545e5ea3 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 28 Oct 2013 12:48:26 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/174884 Reviewed-by: Randall Spangler --- chip/stm32/pwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chip/stm32/pwm.c') 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" -- cgit v1.2.1