From patchwork Thu Jun 25 23:25:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 11626205 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3733E14B7 for ; Thu, 25 Jun 2020 23:25:23 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1524220768 for ; Thu, 25 Jun 2020 23:25:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ZoVJ9Y/k" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1524220768 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5BCB56E83B; Thu, 25 Jun 2020 23:25:19 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-lj1-x241.google.com (mail-lj1-x241.google.com [IPv6:2a00:1450:4864:20::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 324566E83B for ; Thu, 25 Jun 2020 23:25:18 +0000 (UTC) Received: by mail-lj1-x241.google.com with SMTP id x18so8412713lji.1 for ; Thu, 25 Jun 2020 16:25:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=/U8GH1m8DUd9q5olSVa/iz++Dm4yuuKo6vIOwSDnlo8=; b=ZoVJ9Y/kPYLW50hpjas18gzkOPaKyuYbE5zeE4/mCVZFNq7RkdfEE7dmTs4kvJN3W6 9bJ408YmEsLws0RqL2qRp6CLDQLS9seV7q97b8ScStSTfYdd+lDHEI/NYRaArAVS2CiG 8AVJzJ/eDEDBCZUfWxIp5jlE+rkRJTuFxUqVADhZU0fIPyct0/dxCujyebgteYQPROcH ILyw8Lq4dPK7et+MIxfE4p9Rtl7NJiM9S+qzfercqNvuk6IfTC085UKwdAWLPSe4GmZV IBI9LGuZekoSddZrWYZekNY5FQNUgQPTRGBEg5HY6Ap5CJwPdJ2CaJ4jXAlU538EWOVP +SLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=/U8GH1m8DUd9q5olSVa/iz++Dm4yuuKo6vIOwSDnlo8=; b=AuoWlusp4CxrLku5TpeQjGzTaxgEXLConNimJ5gdRAneuaq2MVC8UPfeTaCstGglwG WCPSpGpr4v1Wr56zdTe0hHZIMcVbyAvxBNse5WNAXUyZtEZ8FPwT6Mp8IloyRA4q5oN0 GnuelhbxfhAFyqxWl3e5GK6q6hETDN4aCPOCDss2XNjmvilLCLRWW2ki+YtFeUHFsJIi HOihULEkHJr+8OirzuL0WvtWYP9jMayV0lBHP18r3JygfvC5VxmpVDx8Nff2PZS7TabK hT/NpF15teTuS7O/LPDzfRswxu2nwEeQwpyoiC0VbHpsVzUUZ5Lr5Mja1sxXJHh9MqPI xKCw== X-Gm-Message-State: AOAM533mCJ6vNOhD+aXOiHXJAIPtISxZ6l9JfDFNbswZoqx7M5z+pBDq UO7XSJk2Hpy1fRNPZJvFxbWhng== X-Google-Smtp-Source: ABdhPJzIeX5iKMvpD0A56QU/7dh0qOmDzGmOc/8uvwRSuZXkVAY56YdFOjxYoweVIIEZrCFZaVBASg== X-Received: by 2002:a2e:2414:: with SMTP id k20mr44955ljk.24.1593127516475; Thu, 25 Jun 2020 16:25:16 -0700 (PDT) Received: from genomnajs.lan (c-d63ee155.152980-0-69706f6e6c79.bbcust.telenor.se. [85.225.62.214]) by smtp.gmail.com with ESMTPSA id z11sm1572282ljh.115.2020.06.25.16.25.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Jun 2020 16:25:15 -0700 (PDT) From: Linus Walleij To: Lee Jones , Daniel Thompson , Jingoo Han , dri-devel@lists.freedesktop.org Subject: [PATCH] backlight: lms501kf03: Drop unused include Date: Fri, 26 Jun 2020 01:25:12 +0200 Message-Id: <20200625232512.282178-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.25.4 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This driver includes but does not use any symbols from that file, drop the include. Signed-off-by: Linus Walleij Reviewed-by: Daniel Thompson --- drivers/video/backlight/lms501kf03.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/backlight/lms501kf03.c b/drivers/video/backlight/lms501kf03.c index 8ae32e3573c1..52d3ee6c3f7f 100644 --- a/drivers/video/backlight/lms501kf03.c +++ b/drivers/video/backlight/lms501kf03.c @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include