dt-bindings: mtd: ingenic: Use standard ecc-engine property
[linux/fpc-iii.git] / drivers / gpu / drm / pl111 / pl111_nomadik.h
blob19d663d4635331378e25e921ac3297cfe654d3e3
1 // SPDX-License-Identifier: GPL-2.0+
2 #include <linux/device.h>
4 #ifndef PL111_NOMADIK_H
5 #define PL111_NOMADIK_H
6 #endif
8 #ifdef CONFIG_ARCH_NOMADIK
10 void pl111_nomadik_init(struct device *dev);
12 #else
14 static inline void pl111_nomadik_init(struct device *dev)
18 #endif