Skip to content

Commit a9d3965

Browse files
committed
Merge tag 'arm-soc/for-6.6/drivers' of https://github.com/Broadcom/stblinux into soc/drivers
This pull request contains Broadcom SoCs drivers changes for 6.6, please pull the following: - Rob updates the Broadcom SoC drivers to use the correct DT includes * tag 'arm-soc/for-6.6/drivers' of https://github.com/Broadcom/stblinux: soc: bcm: Explicitly include correct DT includes Link: https://lore.kernel.org/r/20230818164539.2871539-3-florian.fainelli@broadcom.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 6681618 + 57e493a commit a9d3965

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

drivers/genpd/bcm/bcm-pmb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include <linux/io.h>
99
#include <linux/module.h>
1010
#include <linux/of.h>
11-
#include <linux/of_device.h>
1211
#include <linux/platform_device.h>
1312
#include <linux/pm_domain.h>
1413
#include <linux/reset/bcm63xx_pmb.h>

drivers/genpd/bcm/bcm63xx-power.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <linux/platform_device.h>
1515
#include <linux/pm_domain.h>
1616
#include <linux/of.h>
17-
#include <linux/of_device.h>
1817

1918
struct bcm63xx_power_dev {
2019
struct generic_pm_domain genpd;

drivers/genpd/bcm/raspberrypi-power.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
#include <linux/module.h>
10-
#include <linux/of_platform.h>
10+
#include <linux/of.h>
1111
#include <linux/platform_device.h>
1212
#include <linux/pm_domain.h>
1313
#include <dt-bindings/power/raspberrypi-power.h>

0 commit comments

Comments
 (0)