aboutsummaryrefslogtreecommitdiff
path: root/src/superio/common/ssdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/common/ssdt.h')
-rw-r--r--src/superio/common/ssdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/common/ssdt.h b/src/superio/common/ssdt.h
index 1f9918950f..5b1efcf8ac 100644
--- a/src/superio/common/ssdt.h
+++ b/src/superio/common/ssdt.h
@@ -7,6 +7,6 @@
#include <device/device.h>
const char *superio_common_ldn_acpi_name(const struct device *dev);
-void superio_common_fill_ssdt_generator(struct device *dev);
+void superio_common_fill_ssdt_generator(const struct device *dev);
#endif /* __SUPERIO_COMMON_SSDT_H__ */