Received: by 10.192.165.156 with SMTP id m28csp1797140imm; Thu, 12 Apr 2018 03:46:23 -0700 (PDT) X-Google-Smtp-Source: AIpwx48fD6AhNe/QpWIAEzXvqAU+v1lpgHAcrgPJ4iZ5Y8Yve1tOj3lYfg7Swd+Lutkrn+JGt1zG X-Received: by 2002:a17:902:3265:: with SMTP id y92-v6mr464769plb.16.1523529983949; Thu, 12 Apr 2018 03:46:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523529983; cv=none; d=google.com; s=arc-20160816; b=Iml1bJI3YDyOUGuJBWGFYCAzgz7jzVJ641kPPSM6JUgZG852NfVa73xLjygxq9dwb+ LqsiARqIqYmuQ4ltlShj1qMK9RV69uQ37ZRBSI9XlWGd3bi96sN+8kZLj7hSKzN6Rpxy Bf0xTo/2ZcRvoRU7sn0jeIrsMq9sDM8XS8/4qd8Bu0/7XqDVBejkmfQKRkoq0Dn4PGvw PR/QIqgM+vqPjVydjLJnF2Ggvja8Ao+GBePeXrx3dkWsN2R9jTYDlpfgTeDoNlHQX7bn +SgaTVMu7YUgcDxKLiMDNWynpHGrghnDCi2TQDzxqysgpIdse+JLOKog9I6co8emdW05 63yA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=50hzP2/VoVCPUmbYTPPro5nSrurDRPQn3qYszM4J+Q4=; b=CJTCr3roqM8HM9yk0HiPDw1irZv0roH3hltJMm6tyXydA7IonNIz1jio/obDWjwUN+ d/+W7Dy/HCTzL0eJTAjoGWkajG5wUXtTtoxi2RWRf/rthdOIepwwLG2LRliOvlh/O/GY Lr9GhS5cR8Mg4oPUrUMmdWt1J5u9kqG7WQpOvtJZGqBUFFruN4GbkSgYcVQAh+jSdVsI YOZAQhI/z6MEiPJgmSvCU4JThwFr0H5pHX7ZFzccPnQE6+2OyfCFh21UJecpec+7PoeL hBKpM+XE8ILXjsH6A/5o1AC+EsipP5Gs9yqAkGZUVdpDF1wa4a019yFflSBwoW4abZrA QFKA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m63si2155147pgm.302.2018.04.12.03.45.45; Thu, 12 Apr 2018 03:46:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752656AbeDLKmx (ORCPT + 99 others); Thu, 12 Apr 2018 06:42:53 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:36473 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751870AbeDLKmv (ORCPT ); Thu, 12 Apr 2018 06:42:51 -0400 Received: from 2.general.khfeng.us.vpn ([10.172.68.175] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1f6Zgh-0003bf-KB; Thu, 12 Apr 2018 10:42:44 +0000 From: Kai-Heng Feng To: mjg59@srcf.ucam.org, pali.rohar@gmail.com, dvhart@infradead.org, andy@infradead.org, mario.limonciello@dell.com, tiwai@suse.com Cc: platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, Kai-Heng Feng Subject: [PATCH v3 1/3] dell-led: Change dell-led.h to dell-common.h Date: Thu, 12 Apr 2018 18:42:37 +0800 Message-Id: <20180412104239.25584-1-kai.heng.feng@canonical.com> X-Mailer: git-send-email 2.17.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This header will be used for more than just led. Change it to a more generic name. Cc: Mario Limonciello Signed-off-by: Kai-Heng Feng --- v3: Simplify dell_switchable_gfx_is_enabled() by returning bool instead of error code. Use DMI_DEV_TYPE_OEM_STRING to match Dell System. v2: Mario suggested to squash the HDA part into the same series. drivers/platform/x86/dell-laptop.c | 2 +- include/linux/{dell-led.h => dell-common.h} | 4 ++-- sound/pci/hda/dell_wmi_helper.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename include/linux/{dell-led.h => dell-common.h} (61%) diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c index c52c6723374b..8ba820e6c3d0 100644 --- a/drivers/platform/x86/dell-laptop.c +++ b/drivers/platform/x86/dell-laptop.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include #include "dell-rbtn.h" diff --git a/include/linux/dell-led.h b/include/linux/dell-common.h similarity index 61% rename from include/linux/dell-led.h rename to include/linux/dell-common.h index 92521471517f..37e4b614dd74 100644 --- a/include/linux/dell-led.h +++ b/include/linux/dell-common.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __DELL_LED_H__ -#define __DELL_LED_H__ +#ifndef __DELL_COMMON_H__ +#define __DELL_COMMON_H__ int dell_micmute_led_set(int on); diff --git a/sound/pci/hda/dell_wmi_helper.c b/sound/pci/hda/dell_wmi_helper.c index 1b48a8c19d28..56050cc3c0ee 100644 --- a/sound/pci/hda/dell_wmi_helper.c +++ b/sound/pci/hda/dell_wmi_helper.c @@ -4,7 +4,7 @@ */ #if IS_ENABLED(CONFIG_DELL_LAPTOP) -#include +#include enum { MICMUTE_LED_ON, -- 2.17.0