From patchwork Mon Jun 4 06:04:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9091 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 6D8A923F19 for ; Mon, 4 Jun 2012 06:15:53 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 2C662A1856E for ; Mon, 4 Jun 2012 06:15:53 +0000 (UTC) Received: by yenq6 with SMTP id q6so3111372yen.11 for ; Sun, 03 Jun 2012 23:15:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:x-gm-message-state; bh=vak9kK0O75c1+DAzpzd+p3DaaeauasXeyYAtbw3T0YI=; b=Z7yLGNtQduHHOhOl6628UvC2VLrMmgR/3gbD621mgpy7DSLdZgPDfROjU13HEcnAR4 RfzX+/JIhCXFM35MWpdUhIX3kKfW6xx4RIEmvtwKDwYX7PMEfpawadUFqQBxn3DiS1dP fXAECRQXWfdL5muT39mTQdCS46tjoWMYTqA+MS6o4LfQl/UJtR0gOLemnHAVHIDwTTUp 74MJyPnvYKqjD0S60nv+H4q4MaguyJaGrGFHZ4BJt9ItIPfboUSgU8FHF5Snev916nX+ AoZT7CQhYwTyQZM2k5v1LMxqgI0y5Qw80vsQRRbObjojp+6onbrLOJx4oYVXRlxchhZb NnSQ== Received: by 10.50.195.234 with SMTP id ih10mr7041115igc.0.1338790552501; Sun, 03 Jun 2012 23:15:52 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.24.148 with SMTP id v20csp88240ibb; Sun, 3 Jun 2012 23:15:51 -0700 (PDT) Received: by 10.68.217.40 with SMTP id ov8mr9356417pbc.131.1338790550987; Sun, 03 Jun 2012 23:15:50 -0700 (PDT) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id tg3si13772080pbc.344.2012.06.03.23.15.50 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 23:15:50 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by pbbrr4 with SMTP id rr4so6469380pbb.37 for ; Sun, 03 Jun 2012 23:15:50 -0700 (PDT) Received: by 10.68.234.101 with SMTP id ud5mr1066956pbc.41.1338790550093; Sun, 03 Jun 2012 23:15:50 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id ph9sm12179593pbb.41.2012.06.03.23.15.45 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 23:15:49 -0700 (PDT) From: Sachin Kamat To: linux-iio@vger.kernel.org Cc: devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, jic23@cam.ac.uk, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] staging: iio: Remove version.h header file inclusion Date: Mon, 4 Jun 2012 11:34:49 +0530 Message-Id: <1338789889-14049-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlN+oMzszbmkTqI90OY2eaeQTLphB927M45RKKci4EH062M9zak7QvKdeur6Q9fXoAgNKja version.h header file is no longer required. Signed-off-by: Sachin Kamat --- drivers/staging/iio/light/tsl2x7x_core.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/iio/light/tsl2x7x_core.c b/drivers/staging/iio/light/tsl2x7x_core.c index c3b05a1..040da4a 100755 --- a/drivers/staging/iio/light/tsl2x7x_core.c +++ b/drivers/staging/iio/light/tsl2x7x_core.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include