aboutsummaryrefslogtreecommitdiff
path: root/src/ec/lenovo/h8/ssdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/lenovo/h8/ssdt.c')
-rw-r--r--src/ec/lenovo/h8/ssdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ec/lenovo/h8/ssdt.c b/src/ec/lenovo/h8/ssdt.c
index 6b821a40f2..56e305a787 100644
--- a/src/ec/lenovo/h8/ssdt.c
+++ b/src/ec/lenovo/h8/ssdt.c
@@ -8,7 +8,7 @@
#include "h8.h"
#include "chip.h"
-static char *h8_dsdt_scope(struct device *dev, const char *scope)
+static char *h8_dsdt_scope(const struct device *dev, const char *scope)
{
static char buf[DEVICE_PATH_MAX] = {};
const char *path = acpi_device_path(dev);
@@ -22,7 +22,7 @@ static char *h8_dsdt_scope(struct device *dev, const char *scope)
/*
* Generates EC SSDT.
*/
-void h8_ssdt_generator(struct device *dev)
+void h8_ssdt_generator(const struct device *dev)
{
struct ec_lenovo_h8_config *conf = dev->chip_info;