diff options
Diffstat (limited to 'src/console')
-rw-r--r-- | src/console/post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/post.c b/src/console/post.c index 1caa4b550a..969c7c703f 100644 --- a/src/console/post.c +++ b/src/console/post.c @@ -108,7 +108,7 @@ void post_log_extra(u32 value) spin_unlock(&cmos_post_lock); } -void post_log_path(struct device *dev) +void post_log_path(const struct device *dev) { if (dev) { /* Encode path into lower 3 bytes */ |