Skip to content

Commit 3f92da3

Browse files
robherringvinodkoul
authored andcommitted
soundwire: Explicitly include correct DT includes
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. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230714174946.4063995-1-robh@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 06c2afb commit 3f92da3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/soundwire/qcom.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <linux/debugfs.h>
1111
#include <linux/of.h>
1212
#include <linux/of_irq.h>
13-
#include <linux/of_device.h>
1413
#include <linux/pm_runtime.h>
1514
#include <linux/regmap.h>
1615
#include <linux/reset.h>

0 commit comments

Comments
 (0)