From patchwork Wed Jan 15 05:55:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 23219 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ie0-f197.google.com (mail-ie0-f197.google.com [209.85.223.197]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id ED893202FA for ; Wed, 15 Jan 2014 05:59:45 +0000 (UTC) Received: by mail-ie0-f197.google.com with SMTP id e14sf3991384iej.8 for ; Tue, 14 Jan 2014 21:59:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=s+Nm9rtMo1B82QYq7wLg77+AHMgszwTEeKAOALlHfbU=; b=b4eoV7NFk1l3brT0YsFmUKAnv8bLmY++kGq2VXVvRJYToynXhLWULJf3+osKM6u/AJ DZTEk4qlhnXgGr3q1UPZmhKkH/2N2W0bJWHTVKDmfog5TNRevQn2HHjYf5DDK/whmrJi KVmz6//vEjgQeu+y2Wh3snaMEMPikaBoEXIHvSifsDNGL+UNgsxEEq9P/oollclT9U/L YIWTjbCZFW75ouE305Rx2Jev+Ux7J5Mp2PkHfcPVhPEByjS77NVVoErjUlqztT7pXq5m Ec64rHvbcJlDngFyYcYZoR43/ACWKuZaHYaceVE/95wNmA7rbrfe7FDUZPsPTpLFoLjE lTlg== X-Gm-Message-State: ALoCoQkwQh79jvPhKZolsJXt4wPBkYwuVSU2LTq/TSdVzWHxOv7F7KA4ApOtlBfj3f8mCQFgPcVs X-Received: by 10.50.41.101 with SMTP id e5mr193154igl.0.1389765585289; Tue, 14 Jan 2014 21:59:45 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.50.196 with SMTP id e4ls446514qeo.3.gmail; Tue, 14 Jan 2014 21:59:45 -0800 (PST) X-Received: by 10.220.178.73 with SMTP id bl9mr188365vcb.42.1389765585208; Tue, 14 Jan 2014 21:59:45 -0800 (PST) Received: from mail-ve0-f182.google.com (mail-ve0-f182.google.com [209.85.128.182]) by mx.google.com with ESMTPS id n17si1172923vcq.60.2014.01.14.21.59.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Jan 2014 21:59:45 -0800 (PST) Received-SPF: neutral (google.com: 209.85.128.182 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.182; Received: by mail-ve0-f182.google.com with SMTP id db12so241659veb.13 for ; Tue, 14 Jan 2014 21:59:45 -0800 (PST) X-Received: by 10.58.208.130 with SMTP id me2mr330817vec.13.1389765585149; Tue, 14 Jan 2014 21:59:45 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.59.13.131 with SMTP id ey3csp251022ved; Tue, 14 Jan 2014 21:59:44 -0800 (PST) X-Received: by 10.69.31.170 with SMTP id kn10mr429312pbd.106.1389765583899; Tue, 14 Jan 2014 21:59:43 -0800 (PST) Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by mx.google.com with ESMTPS id ll1si2620888pab.318.2014.01.14.21.59.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Jan 2014 21:59:43 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.43 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.220.43; Received: by mail-pa0-f43.google.com with SMTP id rd3so684713pab.16 for ; Tue, 14 Jan 2014 21:59:43 -0800 (PST) X-Received: by 10.67.30.70 with SMTP id kc6mr485241pad.32.1389765583532; Tue, 14 Jan 2014 21:59:43 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id kk1sm5423001pbd.22.2014.01.14.21.59.41 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Jan 2014 21:59:43 -0800 (PST) From: Sachin Kamat To: linux-mmc@vger.kernel.org Cc: chris@printf.net, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 8/9] mmc: msm: Cleanup mmc-msm_sdcc.h header Date: Wed, 15 Jan 2014 11:25:12 +0530 Message-Id: <1389765313-16744-8-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1389765313-16744-1-git-send-email-sachin.kamat@linaro.org> References: <1389765313-16744-1-git-send-email-sachin.kamat@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: sachin.kamat@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.182 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Commit 1ef21f6343ff ("ARM: msm: move platform_data definitions") moved the file to the current location but forgot to remove the pointer to its previous location. Clean it up. While at it also change the header file protection macros appropriately. Signed-off-by: Sachin Kamat --- include/linux/platform_data/mmc-msm_sdcc.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/linux/platform_data/mmc-msm_sdcc.h b/include/linux/platform_data/mmc-msm_sdcc.h index ffcd9e3a6a7e..55aa873c9396 100644 --- a/include/linux/platform_data/mmc-msm_sdcc.h +++ b/include/linux/platform_data/mmc-msm_sdcc.h @@ -1,8 +1,5 @@ -/* - * arch/arm/include/asm/mach/mmc.h - */ -#ifndef ASMARM_MACH_MMC_H -#define ASMARM_MACH_MMC_H +#ifndef __MMC_MSM_SDCC_H +#define __MMC_MSM_SDCC_H #include #include