From patchwork Tue Jun 1 13:35:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 12291343 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E80BC47080 for ; Tue, 1 Jun 2021 13:36:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 457C3613AE for ; Tue, 1 Jun 2021 13:36:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234017AbhFANht (ORCPT ); Tue, 1 Jun 2021 09:37:49 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:44673 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233758AbhFANhs (ORCPT ); Tue, 1 Jun 2021 09:37:48 -0400 Received: from mail-ed1-f71.google.com ([209.85.208.71]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lo4Yw-0005Je-Qc for linux-pm@vger.kernel.org; Tue, 01 Jun 2021 13:36:06 +0000 Received: by mail-ed1-f71.google.com with SMTP id c24-20020aa7c7580000b029038fd7468047so4472773eds.20 for ; Tue, 01 Jun 2021 06:36:06 -0700 (PDT) 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=KHWmh1TQs4IjrJsBdCyrsWcpBXc8c+PRPRjkAmTTzg0=; b=lya+nm3j3Q8CchaEcHkJdQDZqOGh3KFi6t/KCb9t//SLQMy8NJoFF5A8kTn563VFK8 34NVUIP58gKnOeqrfFYhciM+I05tVO9k/RRc4KNBDmRHlD7fZEtG/2sLm4+8tBqwRGNt wfzxJPSQ8M8NUF01aLF+EoRd26MO9DYeHwu5HpTQCN6riaOCWLHepCUdPinVoc9/gYw4 rE4X123JOn8QM8zLoYB/aGvBKfJA5lZyd78/0sPQOnEkeedo60Ze1TaHp+SLkv7gq+1P PVa58E/N91uqJTe5IDZBO2CXVjxSFI11ni6JXvBPyiyvVm1aW9FTTQkWXTlX2ISKfVkX 2IVw== X-Gm-Message-State: AOAM531CWliCD4r17PYyG1VAImmWqPLcLB4oHs3fsJlh05vGsCJznPSi ABr3P+mip/6ENFpMhap5AiXlXjQD+yLLxji5nKgVaSpEGGNDng7Fzomxgo027GybC9uqfEC846I LMvXmTCE6/I2eisAURcd44tz4dI/bDgfwAkEf X-Received: by 2002:a17:906:1299:: with SMTP id k25mr28989402ejb.139.1622554566542; Tue, 01 Jun 2021 06:36:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/VSMw2nbk3tEDQKwI/OYfBmyMHCXNfN4G1xSI/KwZZwFSS1p/ytfWzCAebqN51mY4eVfQbw== X-Received: by 2002:a17:906:1299:: with SMTP id k25mr28989374ejb.139.1622554566352; Tue, 01 Jun 2021 06:36:06 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-185-9.adslplus.ch. [188.155.185.9]) by smtp.gmail.com with ESMTPSA id p5sm7210941ejm.115.2021.06.01.06.36.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Jun 2021 06:36:06 -0700 (PDT) From: Krzysztof Kozlowski To: Sebastian Reichel , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Linus Walleij , linux-arm-kernel@lists.infradead.org Cc: Krzysztof Kozlowski Subject: [PATCH 1/2] power: ab8500: remove unused header Date: Tue, 1 Jun 2021 15:35:59 +0200 Message-Id: <20210601133600.285452-1-krzysztof.kozlowski@canonical.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The ab8500.h header in linux/power is not referenced/included, so can be safely removed. Signed-off-by: Krzysztof Kozlowski --- include/linux/power/ab8500.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 include/linux/power/ab8500.h diff --git a/include/linux/power/ab8500.h b/include/linux/power/ab8500.h deleted file mode 100644 index 51976b52f373..000000000000 --- a/include/linux/power/ab8500.h +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Copyright (C) ST-Ericsson 2013 - * Author: Hongbo Zhang - */ - -#ifndef PWR_AB8500_H -#define PWR_AB8500_H - -extern const struct abx500_res_to_temp ab8500_temp_tbl_a_thermistor[]; -extern const int ab8500_temp_tbl_a_size; - -extern const struct abx500_res_to_temp ab8500_temp_tbl_b_thermistor[]; -extern const int ab8500_temp_tbl_b_size; - -#endif /* PWR_AB8500_H */