mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 18:25:05 +00:00
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>
This commit is contained in:
committed by
chrome-internal-fetch
parent
6aaab6ab0b
commit
f20ed63c17
@@ -20,7 +20,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"
|
||||
|
||||
@@ -23,7 +23,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"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "keyboard_raw.h"
|
||||
#include "lid_switch.h"
|
||||
#include "pwm.h"
|
||||
#include "pwm_data.h"
|
||||
#include "pwm_chip.h"
|
||||
#include "registers.h"
|
||||
#include "spi.h"
|
||||
#include "task.h"
|
||||
|
||||
@@ -19,7 +19,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"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "lid_switch.h"
|
||||
#include "pmu_tpschrome.h"
|
||||
#include "pwm.h"
|
||||
#include "pwm_data.h"
|
||||
#include "pwm_chip.h"
|
||||
#include "registers.h"
|
||||
#include "spi.h"
|
||||
#include "task.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include "lid_switch.h"
|
||||
#include "pmu_tpschrome.h"
|
||||
#include "pwm.h"
|
||||
#include "pwm_data.h"
|
||||
#include "pwm_chip.h"
|
||||
#include "registers.h"
|
||||
#include "spi.h"
|
||||
#include "timer.h"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "lid_switch.h"
|
||||
#include "pmu_tpschrome.h"
|
||||
#include "pwm.h"
|
||||
#include "pwm_data.h"
|
||||
#include "pwm_chip.h"
|
||||
#include "registers.h"
|
||||
#include "spi.h"
|
||||
#include "task.h"
|
||||
|
||||
@@ -19,7 +19,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"
|
||||
|
||||
@@ -19,7 +19,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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "pmu_tpschrome.h"
|
||||
#include "power_led.h"
|
||||
#include "pwm.h"
|
||||
#include "pwm_data.h"
|
||||
#include "pwm_chip.h"
|
||||
#include "registers.h"
|
||||
#include "spi.h"
|
||||
#include "task.h"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "lid_switch.h"
|
||||
#include "pmu_tpschrome.h"
|
||||
#include "pwm.h"
|
||||
#include "pwm_data.h"
|
||||
#include "pwm_chip.h"
|
||||
#include "registers.h"
|
||||
#include "timer.h"
|
||||
#include "util.h"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "gpio.h"
|
||||
#include "hooks.h"
|
||||
#include "pwm.h"
|
||||
#include "pwm_data.h"
|
||||
#include "pwm_chip.h"
|
||||
#include "registers.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "hwtimer.h"
|
||||
#include "power_led.h"
|
||||
#include "pwm.h"
|
||||
#include "pwm_data.h"
|
||||
#include "pwm_chip.h"
|
||||
#include "registers.h"
|
||||
#include "task.h"
|
||||
#include "timer.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user