From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753363AbeAQOCj (ORCPT + 1 other); Wed, 17 Jan 2018 09:02:39 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:38889 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752840AbeAQOCL (ORCPT ); Wed, 17 Jan 2018 09:02:11 -0500 X-Google-Smtp-Source: ACJfBosjDoSveNyGEbgxoyRKDrOtW/y4R9MDQJ7kISf5W6N2gJ+NhCTqLeoLz2JDIKc/srdgbiOjHw== From: Daniel Vetter To: DRI Development Cc: LKML , Daniel Vetter , Lee Jones , Daniel Thompson , Jingoo Han , Daniel Vetter Subject: [PATCH 5/6] backlight: Also nuke BL_CORE_DRIVER1 Date: Wed, 17 Jan 2018 15:01:58 +0100 Message-Id: <20180117140159.27611-5-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180117140159.27611-1-daniel.vetter@ffwll.ch> References: <20180117140159.27611-1-daniel.vetter@ffwll.ch> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Now that the 3 drivers using this are cleaned up we can also remove this final bit of confusion of leaking driver internals into the backlight power interface. The backlight power interface itself is still a massive mess. Cc: Lee Jones Cc: Daniel Thompson Cc: Jingoo Han Signed-off-by: Daniel Vetter --- include/linux/backlight.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/backlight.h b/include/linux/backlight.h index 9776edb0ff06..b6f7c99d1c8e 100644 --- a/include/linux/backlight.h +++ b/include/linux/backlight.h @@ -84,7 +84,6 @@ struct backlight_properties { #define BL_CORE_SUSPENDED (1 << 0) /* backlight is suspended */ #define BL_CORE_FBBLANK (1 << 1) /* backlight is under an fb blank event */ -#define BL_CORE_DRIVER1 (1 << 31) /* reserved for driver specific use */ }; -- 2.15.1