forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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);