From patchwork Tue Feb 25 09:48:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3714311 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6D7D09F2ED for ; Tue, 25 Feb 2014 09:54:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 843CF2016C for ; Tue, 25 Feb 2014 09:54:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D241C2013D for ; Tue, 25 Feb 2014 09:54:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752461AbaBYJyd (ORCPT ); Tue, 25 Feb 2014 04:54:33 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:54312 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752318AbaBYJyc (ORCPT ); Tue, 25 Feb 2014 04:54:32 -0500 Received: by mail-pa0-f50.google.com with SMTP id kp14so7903553pab.37 for ; Tue, 25 Feb 2014 01:54:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=P5hOS8O0m/EaYDBffnaJXXdvVtUcrxjfwcw8jfYGA5k=; b=cDjB2damV25BdEoInHBo+F3fElkddwFFscJ+wuPjt+lxkvMGnSz+C2DnM1++TBLqLg JtHb91x5Jp8vcApX9Y9b0I9640iWFAiGpl0XL5X967nydXvIr7quC5dcydmC9j/qVrA0 Pze4ArBpY1FtRqqgoOShcAUg7BmZW/xluOX0FrbLoWwCFcYtQ36zTgJ0YXCsb5GzFJON avo6uW59zFdZJNaO4cAoQUdL/hJlMKS47jlbOjlKGcwcfHLPfdUNx4roLrjW1mfL0XhZ V3n4tYEmg7G5d5P8bhZ/V49CQbwr/NWwQfQ6G3IVyRXqJTC20lF+H+ITL5//VH329m+d KbSg== X-Gm-Message-State: ALoCoQm+azEEd4Y5fJb+PrG1YBmT1hygBQpJafNtpf1Jnucf/qx5ScLXOW86EJ2Bgwa805USjsuL X-Received: by 10.67.12.171 with SMTP id er11mr545253pad.123.1393322071835; Tue, 25 Feb 2014 01:54:31 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id qq5sm8804447pbb.24.2014.02.25.01.54.28 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Feb 2014 01:54:30 -0800 (PST) From: Sachin Kamat To: linux-mmc@vger.kernel.org Cc: ulf.hansson@linaro.org, chris@printf.net, sachin.kamat@linaro.org Subject: [PATCH 09/10] mmc: mvsdio: Cleanup mmc-mvsdio.h header Date: Tue, 25 Feb 2014 15:18:27 +0530 Message-Id: <1393321708-9719-9-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1393321708-9719-1-git-send-email-sachin.kamat@linaro.org> References: <1393321708-9719-1-git-send-email-sachin.kamat@linaro.org> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Commit c02cecb92ed4 ("ARM: orion: 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-mvsdio.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/linux/platform_data/mmc-mvsdio.h b/include/linux/platform_data/mmc-mvsdio.h index 1190efedcb94..d02704cd3695 100644 --- a/include/linux/platform_data/mmc-mvsdio.h +++ b/include/linux/platform_data/mmc-mvsdio.h @@ -1,13 +1,11 @@ /* - * arch/arm/plat-orion/include/plat/mvsdio.h - * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ -#ifndef __MACH_MVSDIO_H -#define __MACH_MVSDIO_H +#ifndef __MMC_MVSDIO_H +#define __MMC_MVSDIO_H #include