From patchwork Mon Jun 4 06:14:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9092 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 1A29A23E56 for ; Mon, 4 Jun 2012 06:25:30 +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 D33C6A180FA for ; Mon, 4 Jun 2012 06:25:29 +0000 (UTC) Received: by yenq6 with SMTP id q6so3114001yen.11 for ; Sun, 03 Jun 2012 23:25:29 -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=92iR3jMHxcezugPyTVjPeHzW8teMDbpJY0pSemV8zZQ=; b=NQbN9xTWKM65VcLvRP4DtnRkxMqN4oTvBybnOpLqpm8mR9NbzYz8JD5Hhaesk/Ae5m INRNa2ElwVLHwQ7DztoOre6+yGzxHLQwIPr462pRH7SGShHETx5Ff5fZcjRV0vJXu3GU FjGtt8mv1CHpZKANoKbQMWPDROOjGSTtbkDAMEXTOyH92os9pOApWrvFNNwXPVmgN7XV eHV43FjzsQTW2h1qoVAJgbj+tISgw0FtXPvTTe5z/RhyYTdkhFRAgu+iq2h8FeSgZA51 FnO7y3jTExA33Sdv5i0mWoT8Zympk0YCVBwkGd8etfY+BWTYSrnuJyu1WD/gQOE6KO2g TxFw== Received: by 10.50.46.232 with SMTP id y8mr6900757igm.57.1338791129291; Sun, 03 Jun 2012 23:25:29 -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 v20csp88567ibb; Sun, 3 Jun 2012 23:25:28 -0700 (PDT) Received: by 10.68.228.130 with SMTP id si2mr17214460pbc.59.1338791128380; Sun, 03 Jun 2012 23:25:28 -0700 (PDT) Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by mx.google.com with ESMTPS id hs4si14913858pbc.326.2012.06.03.23.25.28 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 23:25:28 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.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 danh15 with SMTP id h15so6305752dan.37 for ; Sun, 03 Jun 2012 23:25:27 -0700 (PDT) Received: by 10.68.223.167 with SMTP id qv7mr35783498pbc.127.1338791127892; Sun, 03 Jun 2012 23:25:27 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id oq8sm11828432pbb.23.2012.06.03.23.25.23 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 03 Jun 2012 23:25:27 -0700 (PDT) From: Sachin Kamat To: devel@driverdev.osuosl.org Cc: gregkh@linuxfoundation.org, siglesias@igalia.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] Staging: ipack: Remove version.h header file inclusion Date: Mon, 4 Jun 2012 11:44:27 +0530 Message-Id: <1338790467-17184-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQlYCU2XfB6WCC8oElGa4Do6fecjbyV2T24K2K6R24C/hbo8MP3kVmzlkNu5OU36TcZffyH1 version.h header file is no longer required. Signed-off-by: Sachin Kamat --- drivers/staging/ipack/bridges/tpci200.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/ipack/bridges/tpci200.h b/drivers/staging/ipack/bridges/tpci200.h index 0b547ee..eedb007 100644 --- a/drivers/staging/ipack/bridges/tpci200.h +++ b/drivers/staging/ipack/bridges/tpci200.h @@ -14,7 +14,6 @@ #ifndef _TPCI200_H_ #define _TPCI200_H_ -#include #include #include #include