summaryrefslogtreecommitdiff
path: root/board/slippy
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 /board/slippy
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 'board/slippy')
-rw-r--r--board/slippy/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/slippy/board.c b/board/slippy/board.c
index 464d567b6d..9ef0fc02b1 100644
--- a/board/slippy/board.c
+++ b/board/slippy/board.c
@@ -21,7 +21,7 @@
#include "peci.h"
#include "power_button.h"
#include "pwm.h"
-#include "pwm_data.h"
+#include "pwm_chip.h"
#include "registers.h"
#include "switch.h"
#include "temp_sensor.h"