From patchwork Fri Sep 13 20:36:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rohit Sarkar X-Patchwork-Id: 11145295 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 BEEE61395 for ; Fri, 13 Sep 2019 20:36:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9C15A20830 for ; Fri, 13 Sep 2019 20:36:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="JePFpv4j" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388207AbfIMUgd (ORCPT ); Fri, 13 Sep 2019 16:36:33 -0400 Received: from mail-pf1-f194.google.com ([209.85.210.194]:34418 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388167AbfIMUgc (ORCPT ); Fri, 13 Sep 2019 16:36:32 -0400 Received: by mail-pf1-f194.google.com with SMTP id r12so18838235pfh.1; Fri, 13 Sep 2019 13:36:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=Z0dOj7erolHZiw1ueP8ahOWvD/RxOwlZu4iI2DGsYgY=; b=JePFpv4jtqm3k75bUAhPaPeBOwPkjKb3EuMgifyS9dp25EFyVs80DCTRNwV71LN8JG q0HGjOttvImzdDcFSWsc3m3WRBF1Zuzsh3rf6fvIc9JA3STlrLCw/SbYb7GlNlsD0uAG pmtv2LqXsvijDvTfM7RnMcO/dcBPqAQEADVflXWerp9hLIPenzIMUMdiyoVlt8bazfMI pAH5O49V9Qqp/scpI+Ie50M4p3TCVeMtdph0WSJfYtrfvkwXlwM1YBkpOuNTUDrGWR67 VJRFRWj/oPnnCdHoGQboYS4BfBd8KpMD9prEqCpFBJTtGSLFswCb8ayr//NRy7i1GfmS RAkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=Z0dOj7erolHZiw1ueP8ahOWvD/RxOwlZu4iI2DGsYgY=; b=KttOUdmuVv74NZSH6HW4qPr6TWP1w/Ad+4FFCFszMZjCUnu8kbhujzhMoNDqo5+K7P r6fLy0LuNmS8GBw0rBqf5cNOkA0NmJLGQKasa5YKcd00B8mI7gIrX4WboHQWbTKK9mj3 SSjTI8BstCKm/mux+/wSGocmbQUs05vtiKtkpfkgYZoW6mQ/xipoggXdwxUZf6NbyXmi QOjo7HyFHDP2Y0/qCfSRp+8Ejhsr5o+P+flqDHE4xsewoF712e9CPHyVbHg1IN7x5Hu/ 1/l1cdMFYD2bY68ymGKr5rgQBfQmbK7ar3EORoOcQVC0BA4UO1wSWJb7duFIwTDb0dh2 itSQ== X-Gm-Message-State: APjAAAWhq0AJGHSo91Hh3ueo9/bN5uZTzVZA47FhQuAS7s2OgtvGOeKb 4HjldWJiFHP+m6tT8MHqrVM= X-Google-Smtp-Source: APXvYqzbYlUr99W7oZuQgWRIU0dwuUdr89WZOpA54Xc4iE0OSywy0WJV9EA3/sI4FKC424tlR62nRw== X-Received: by 2002:aa7:8dcf:: with SMTP id j15mr48595781pfr.5.1568406992288; Fri, 13 Sep 2019 13:36:32 -0700 (PDT) Received: from SARKAR ([1.186.12.73]) by smtp.gmail.com with ESMTPSA id u9sm30215333pfn.29.2019.09.13.13.36.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Sep 2019 13:36:31 -0700 (PDT) Date: Sat, 14 Sep 2019 02:06:27 +0530 From: Rohit Sarkar To: Lars-Peter Clausen , Michael Hennerich , Stefan Popa , gregkh@linuxfoundation.org, Jonathan Cameron , Hartmut Knaack , Peter Meerwald-Stadler Cc: linux-iio@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Rodrigo Carvalho , rohitsarkar5398@gmail.com Subject: [PATCH] staging: iio: ADIS16240: Remove unused include Message-ID: <20190913203627.GA1320@SARKAR> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Bcc: Subject: [PATCH] staging: iio: adis16240: remove unused include Reply-To: '#include' isn't being used anywhere. Remove it. Signed-off-by: Rohit Sarkar --- drivers/staging/iio/accel/adis16240.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/iio/accel/adis16240.c b/drivers/staging/iio/accel/adis16240.c index 82099db4bf0c..a480409090c0 100644 --- a/drivers/staging/iio/accel/adis16240.c +++ b/drivers/staging/iio/accel/adis16240.c @@ -7,7 +7,6 @@ #include #include -#include #include #include #include