We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83de4ce + 9b36c7f commit 85ff933Copy full SHA for 85ff933
arch/powerpc/platforms/powermac/backlight.c
@@ -11,6 +11,7 @@
11
#include <linux/kernel.h>
12
#include <linux/backlight.h>
13
#include <linux/adb.h>
14
+#include <linux/of.h>
15
#include <linux/pmu.h>
16
#include <linux/atomic.h>
17
#include <linux/export.h>
drivers/macintosh/via-pmu-backlight.c
@@ -11,6 +11,8 @@
#include <asm/ptrace.h>
+#include <linux/fb.h>
#include <asm/backlight.h>
18
0 commit comments