Message ID | 1600328345-27627-23-git-send-email-guohanjun@huawei.com (mailing list archive) |
---|---|
State | Changes Requested, archived |
Headers | show |
Series | ACPI: First step to decouple ACPICA debug functionality from ACPI driver | expand |
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index 2499d7e..d2981f7 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c @@ -35,9 +35,6 @@ #include <linux/workqueue.h> #include <acpi/video.h> -ACPI_MODULE_NAME("video"); -#define _COMPONENT ACPI_VIDEO_COMPONENT - void acpi_video_unregister_backlight(void); static bool backlight_notifier_registered;
Remove the not used ACPICA debug code. Signed-off-by: Hanjun Guo <guohanjun@huawei.com> --- drivers/acpi/video_detect.c | 3 --- 1 file changed, 3 deletions(-)