From patchwork Tue Feb 25 09:40:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3714081 Return-Path: X-Original-To: patchwork-alsa-devel@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 17C009F2ED for ; Tue, 25 Feb 2014 09:47:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 468B6201BA for ; Tue, 25 Feb 2014 09:47:22 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 09D682016C for ; Tue, 25 Feb 2014 09:47:21 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 0E175265604; Tue, 25 Feb 2014 10:47:18 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 3D636265472; Tue, 25 Feb 2014 10:46:41 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 8320C2651EC; Tue, 25 Feb 2014 10:46:39 +0100 (CET) Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by alsa0.perex.cz (Postfix) with ESMTP id 00523265205 for ; Tue, 25 Feb 2014 10:46:29 +0100 (CET) Received: by mail-pb0-f44.google.com with SMTP id rq2so7858304pbb.31 for ; Tue, 25 Feb 2014 01:46:28 -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; bh=wihhp+ktCIv5p0c8VyrwuMb/hMWWTFd5BUvUhZ220fE=; b=VQacUDX1SBjrYjOBjJn8JSMLFEIQrEdRQPTkebSC+/uLmuEsNQ7OPgc64g/zc3DL5A VJPEjWUIMjzEdsDpMI7HObQxfahPHNo+6EcrCUtF7eguuFU8dy6Z0kMfzTEaDXigcpoh SrcMLgcV5cHGzCpW0yO9LRrnt2SWDM3P23WNYP20bL9l1dLKYljw6pjZ8j3sqCLOITx7 2+QgESqo2k/XGZDeldk4AkqoKE5J8sPA45fyIx6aLHeyDoesbvpFJkNVk8W/4WBPDXUe HBd1wzY59xoVCgnRT5qw+Ts0IXiUE3A8YzNGaU47gRa939dQgjK/KZCX+NFy22TgQ2Sy C18A== X-Gm-Message-State: ALoCoQnfdTblX/onHD17xgavf+oweMqxYRpOvUNAy/T0vaxMcunaq5sMruoZRZhs+W72iDAKIhNv X-Received: by 10.68.215.68 with SMTP id og4mr5493717pbc.112.1393321587941; Tue, 25 Feb 2014 01:46:27 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id un5sm139304972pab.3.2014.02.25.01.46.25 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Feb 2014 01:46:27 -0800 (PST) From: Sachin Kamat To: alsa-devel@alsa-project.org Date: Tue, 25 Feb 2014 15:10:39 +0530 Message-Id: <1393321240-7632-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 Cc: sachin.kamat@linaro.org, broonie@kernel.org, lgirdwood@gmail.com Subject: [alsa-devel] [PATCH 1/2] ASoC: S3C: Remove invalid file reference X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Remove file references rendered invalid due to relocation. Signed-off-by: Sachin Kamat --- include/linux/platform_data/asoc-s3c.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h index 9efc04dd255a..709c6f7e2f8c 100644 --- a/include/linux/platform_data/asoc-s3c.h +++ b/include/linux/platform_data/asoc-s3c.h @@ -1,5 +1,4 @@ -/* arch/arm/plat-samsung/include/plat/audio.h - * +/* * Copyright (c) 2009 Samsung Electronics Co. Ltd * Author: Jaswinder Singh *