kernel/drivers/gpu/drm/pl111/pl111_nomadik.h
.. .. @@ -1,10 +1,11 @@ 1 1 // SPDX-License-Identifier: GPL-2.0+ 2 -#include <linux/device.h>3 2 4 3 #ifndef PL111_NOMADIK_H 5 4 #define PL111_NOMADIK_H 6 5 #endif 7 6 7 +struct device;8 +8 9 #ifdef CONFIG_ARCH_NOMADIK 9 10 10 11 void pl111_nomadik_init(struct device *dev);