use devfreq dump from gs-common

Bug: 273380985
Test: adb bugreport
Change-Id: I2d301fad03cbac0bc63ae6f522df31ab5c607118
This commit is contained in:
Adam Shih 2023-03-21 12:42:32 +08:00
parent 6ef77dd8f0
commit 9df43666f0
3 changed files with 1 additions and 23 deletions

View file

@ -48,7 +48,6 @@ class Dumpstate : public BnDumpstateDevice {
// Text sections that can be dumped individually on the command line in
// addition to being included in full dumps
void dumpPowerSection(int fd);
void dumpDevfreqSection(int fd);
void dumpMemorySection(int fd);
void dumpCameraSection(int fd);
};