forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
kernel/drivers/gpu/drm/pl111/pl111_nomadik.h
....@@ -1,10 +1,11 @@
11 // SPDX-License-Identifier: GPL-2.0+
2
-#include <linux/device.h>
32
43 #ifndef PL111_NOMADIK_H
54 #define PL111_NOMADIK_H
65 #endif
76
7
+struct device;
8
+
89 #ifdef CONFIG_ARCH_NOMADIK
910
1011 void pl111_nomadik_init(struct device *dev);