Revision e8812acb5bf724f2fc23a500e590c776ebda7b0a authored by Rob Herring on 18 July 2023, 14:32:26 UTC, committed by Helge Deller on 20 July 2023, 05:56:30 UTC
The DT of_device.h and of_platform.h date back to the separate
of_platform_bus_type before it as merged into the regular platform bus.
As part of that merge prepping Arm DT support 13 years ago, they
"temporarily" include each other. They also include platform_device.h
and of.h. As a result, there's a pretty much random mix of those include
files used throughout the tree. In order to detangle these headers and
replace the implicit includes with struct declarations, users need to
explicitly include the correct includes.

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 9d5651a
History
File Mode Size
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 486 bytes
acl.c -rw-r--r-- 5.9 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 44.5 KB
dir.c -rw-r--r-- 17.8 KB
ext2.h -rw-r--r-- 27.6 KB
file.c -rw-r--r-- 8.6 KB
ialloc.c -rw-r--r-- 18.3 KB
inode.c -rw-r--r-- 47.2 KB
ioctl.c -rw-r--r-- 3.7 KB
namei.c -rw-r--r-- 9.5 KB
super.c -rw-r--r-- 44.8 KB
symlink.c -rw-r--r-- 846 bytes
trace.c -rw-r--r-- 125 bytes
trace.h -rw-r--r-- 2.7 KB
xattr.c -rw-r--r-- 28.4 KB
xattr.h -rw-r--r-- 3.3 KB
xattr_security.c -rw-r--r-- 1.5 KB
xattr_trusted.c -rw-r--r-- 1.1 KB
xattr_user.c -rw-r--r-- 1.2 KB

back to top