Skip to content

Commit 00ee783

Browse files
committed
Automatic merge of 'next-test' into merge-test (2025-12-02 23:16)
2 parents a1a8588 + 9b36c7f commit 00ee783

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

arch/powerpc/platforms/powermac/backlight.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <linux/kernel.h>
1212
#include <linux/backlight.h>
1313
#include <linux/adb.h>
14+
#include <linux/of.h>
1415
#include <linux/pmu.h>
1516
#include <linux/atomic.h>
1617
#include <linux/export.h>

drivers/macintosh/via-pmu-backlight.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include <asm/ptrace.h>
1212
#include <linux/adb.h>
1313
#include <linux/backlight.h>
14+
#include <linux/fb.h>
15+
#include <linux/of.h>
1416
#include <linux/pmu.h>
1517
#include <asm/backlight.h>
1618

0 commit comments

Comments
 (0)