Message ID | 1600328345-27627-23-git-send-email-guohanjun@huawei.com |
---|---|
State | Accepted |
Commit | e0e13705edd903b71453b2f9668d06a728eb95d7 |
Headers | show |
Series | [01/25] ACPI: cmos_rtc: Remove the ACPI_MODULE_NAME() | 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(-)