From patchwork Tue Jun 12 05:30:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 9214 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 CC6B023E4F for ; Tue, 12 Jun 2012 05:42:20 +0000 (UTC) Received: from mail-gh0-f180.google.com (mail-gh0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id 8CE97A18879 for ; Tue, 12 Jun 2012 05:42:20 +0000 (UTC) Received: by ghbz12 with SMTP id z12so3422950ghb.11 for ; Mon, 11 Jun 2012 22:42:20 -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=57rUbz54U3fdl6evxA9Iw4hN5pFun6KVwLWunufiCCM=; b=fQQ3OEd36GPhsLMfUZyKJR06Si1qFsJ89fzJ0Pkk8knWOAmfw/E5woLwgRWVNVrqJF gKFg3qgEpGG1I794nKjnmNGaGiLiflfjNObx/XFkO3Ci4NAjXlgs05fcUuYAACG1CrtR y9ZK+bJH7Y9So974JYk+qQcWSbLpkZhQgIzEGX0y2rplAD6YSJ6Vnt+9bgkg+A2rjTUb JoZhdPzQjR7ZM4BCv2T8wk5QUBd6vhnIT668mcbBaT1OQbwKDZK5ECDmBbwI5gQVxzVc 17eqFjgMBzjm0zOB/AwSF4tRj1ypTz0s80QC6ENqmMWoqMa3TXLHVdGlpJnWcZJQqhSy GOzw== Received: by 10.50.163.99 with SMTP id yh3mr7503927igb.53.1339479739883; Mon, 11 Jun 2012 22:42:19 -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 v20csp147663ibb; Mon, 11 Jun 2012 22:42:19 -0700 (PDT) Received: by 10.68.241.228 with SMTP id wl4mr34467495pbc.51.1339479738803; Mon, 11 Jun 2012 22:42:18 -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 oo1si824640pbc.169.2012.06.11.22.42.18 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jun 2012 22:42:18 -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 rr4so362144pbb.37 for ; Mon, 11 Jun 2012 22:42:18 -0700 (PDT) Received: by 10.68.213.234 with SMTP id nv10mr34829353pbc.56.1339479738529; Mon, 11 Jun 2012 22:42:18 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id z2sm813269pbv.34.2012.06.11.22.42.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jun 2012 22:42:17 -0700 (PDT) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, thomas.abraham@linaro.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] ARM: SAMSUNG: Remove description corresponding to a deleted element Date: Tue, 12 Jun 2012 11:00:59 +0530 Message-Id: <1339479059-18527-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 X-Gm-Message-State: ALoCoQkCJyFSl7Y9Z7hLPY2eS+O7spT9PI7gLOGDeoDaSLPYsdfdkMAexhc4UJ+SVb8ZjN7LwyDL Commit 3c582647a9f84affd5c86e89d548157c62f8d9ca removed the default_win element from the structure, but the description was not removed. Signed-off-by: Sachin Kamat --- arch/arm/plat-samsung/include/plat/fb.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-samsung/include/plat/fb.h b/arch/arm/plat-samsung/include/plat/fb.h index 536002f..b885322 100644 --- a/arch/arm/plat-samsung/include/plat/fb.h +++ b/arch/arm/plat-samsung/include/plat/fb.h @@ -43,7 +43,6 @@ struct s3c_fb_pd_win { * @setup_gpio: Setup the external GPIO pins to the right state to transfer * the data from the display system to the connected display * device. - * @default_win: default window layer number to be used for UI layer. * @vidcon0: The base vidcon0 values to control the panel data format. * @vidcon1: The base vidcon1 values to control the panel data output. * @vtiming: Video timing when connected to a RGB type panel.