mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
22 lines
592 B
Diff
22 lines
592 B
Diff
From 01e7ad1b785b0662e9a2f41cb7dffbcea35ed0c1 Mon Sep 17 00:00:00 2001
|
|
From: Mantas Pucka <mantas@8devices.com>
|
|
Date: Tue, 10 Dec 2024 13:13:16 +0200
|
|
Subject: [PATCH 9/9] ssdk: add missing include
|
|
|
|
Fixes build with linux 6.12
|
|
|
|
Signed-off-by: Mantas Pucka <mantas@8devices.com>
|
|
---
|
|
src/init/ssdk_dts.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/src/init/ssdk_dts.c
|
|
+++ b/src/init/ssdk_dts.c
|
|
@@ -38,6 +38,7 @@
|
|
#include <linux/of.h>
|
|
#include <linux/of_mdio.h>
|
|
#include <linux/of_platform.h>
|
|
+#include <linux/platform_device.h>
|
|
|
|
static ssdk_dt_global_t ssdk_dt_global = {0};
|
|
#ifdef HPPE
|