Skip to content

Commit 0ed7dc5

Browse files
hoshinolinajannau
authored andcommitted
fixup! platform/apple: Add new Apple Mac SMC driver
1 parent 7206767 commit 0ed7dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/platform/apple/smc_rtkit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ static const struct apple_smc_backend_ops apple_smc_rtkit_be_ops = {
241241
.get_key_info = apple_smc_rtkit_get_key_info,
242242
};
243243

244-
static void apple_smc_rtkit_crashed(void *cookie)
244+
static void apple_smc_rtkit_crashed(void *cookie, const void *crashlog, size_t crashlog_size)
245245
{
246246
struct apple_smc_rtkit *smc = cookie;
247247

0 commit comments

Comments
 (0)