summaryrefslogtreecommitdiffstats
path: root/include/video/backlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/backlight.h')
-rw-r--r--include/video/backlight.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/video/backlight.h b/include/video/backlight.h
index afa384cc9a..b510de9d29 100644
--- a/include/video/backlight.h
+++ b/include/video/backlight.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
#ifndef __VIDEO_BACKLIGHT_H
#define __VIDEO_BACKLIGHT_H
@@ -10,7 +12,7 @@ struct backlight_device {
int slew_time_ms; /* time to stretch brightness changes */
int (*brightness_set)(struct backlight_device *, int brightness);
struct list_head list;
- struct device_d dev;
+ struct device dev;
struct device_node *node;
};