From patchwork Thu Dec 26 06:11:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3406051 Return-Path: X-Original-To: patchwork-linux-samsung-soc@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 66D0C9F314 for ; Thu, 26 Dec 2013 06:15:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 84F9C2012D for ; Thu, 26 Dec 2013 06:15:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6352620136 for ; Thu, 26 Dec 2013 06:14:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751047Ab3LZGO6 (ORCPT ); Thu, 26 Dec 2013 01:14:58 -0500 Received: from mail-pb0-f42.google.com ([209.85.160.42]:36961 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750778Ab3LZGO6 (ORCPT ); Thu, 26 Dec 2013 01:14:58 -0500 Received: by mail-pb0-f42.google.com with SMTP id uo5so7909024pbc.15 for ; Wed, 25 Dec 2013 22:14:57 -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=0M0lYZmD8Yh3l4/bu7ETaC/wJXauIfXZX5o30ezQ0jY=; b=R7y/0gJuPdQjngbIaLSQLt1xRIFfC+F0hVi4H10N5bo5Ee6a0xyNERRdhktSMRqCZL 3PbekrRgELz4guWg1xcGS/jd1c6yC/bB1fE0COf9Qb67jfOMXPHF4sfniuXpLm+CB3zS 9lWOEQHVXi8NJi0kH+LVahwY/z7eCH0WjWJEnh+kEhloId25SOtUTSng5xg6z02M3VYk OmsRN0IS4+cJ1B2/zWt3Um6k6xIMxa2O/Wmw961Hmw+1Gcqe6GHqDZnHWzyypKx3yWfT XQyStULJGT0w+tHohmhGIBM12YbkxBu51pEpoH5MQfL4WQU7t0C36BoEDv3EzyNFTxdA Mwtw== X-Gm-Message-State: ALoCoQlwHfKz3d6II8bmBdKrbzHlCihGf4SJqlEVUZz/laOvQzoOzM9h2t5Lt02gS89JaGf2egH0 X-Received: by 10.66.149.7 with SMTP id tw7mr20512814pab.72.1388038497288; Wed, 25 Dec 2013 22:14:57 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id yd4sm52463587pbc.13.2013.12.25.22.14.54 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Dec 2013 22:14:56 -0800 (PST) From: Sachin Kamat To: alsa-devel@alsa-project.org Cc: linux-samsung-soc@vger.kernel.org, broonie@kernel.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/1] ASoC: Samsung: Trivial cleanups in header files Date: Thu, 26 Dec 2013 11:41:29 +0530 Message-Id: <1388038289-8953-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.5 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 5d229ce569be ("ASoC: samsung: move plat/ headers to local directory") moved the header files but forgot to clean the pointers to their old locaton. Remove them now. Signed-off-by: Sachin Kamat Reviewed-by: Jingoo Han --- sound/soc/samsung/regs-ac97.h | 9 ++++----- sound/soc/samsung/regs-iis.h | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/sound/soc/samsung/regs-ac97.h b/sound/soc/samsung/regs-ac97.h index c3878f7acb83..a71be45bbffc 100644 --- a/sound/soc/samsung/regs-ac97.h +++ b/sound/soc/samsung/regs-ac97.h @@ -1,5 +1,4 @@ -/* arch/arm/mach-s3c2410/include/mach/regs-ac97.h - * +/* * Copyright (c) 2006 Simtec Electronics * http://www.simtec.co.uk/products/SWLINUX/ * @@ -10,8 +9,8 @@ * S3C2440 AC97 Controller */ -#ifndef __ASM_ARCH_REGS_AC97_H -#define __ASM_ARCH_REGS_AC97_H __FILE__ +#ifndef __SAMSUNG_REGS_AC97_H__ +#define __SAMSUNG_REGS_AC97_H__ #define S3C_AC97_GLBCTRL (0x00) @@ -64,4 +63,4 @@ #define S3C_AC97_PCM_DATA (0x18) #define S3C_AC97_MIC_DATA (0x1C) -#endif /* __ASM_ARCH_REGS_AC97_H */ +#endif /* __SAMSUNG_REGS_AC97_H__ */ diff --git a/sound/soc/samsung/regs-iis.h b/sound/soc/samsung/regs-iis.h index a18d35e7a735..dc6cbbe9c4f0 100644 --- a/sound/soc/samsung/regs-iis.h +++ b/sound/soc/samsung/regs-iis.h @@ -1,5 +1,4 @@ -/* arch/arm/plat-samsung/include/plat/regs-iis.h - * +/* * Copyright (c) 2003 Simtec Electronics * http://www.simtec.co.uk/products/SWLINUX/ * @@ -10,8 +9,8 @@ * S3C2410 IIS register definition */ -#ifndef __ASM_ARCH_REGS_IIS_H -#define __ASM_ARCH_REGS_IIS_H +#ifndef __SAMSUNG_REGS_IIS_H__ +#define __SAMSUNG_REGS_IIS_H__ #define S3C2410_IISCON (0x00) @@ -67,4 +66,4 @@ #define S3C2410_IISFIFO (0x10) -#endif /* __ASM_ARCH_REGS_IIS_H */ +#endif /* __SAMSUNG_REGS_IIS_H__ */