From patchwork Fri Jan 3 09:24:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 22878 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ie0-f198.google.com (mail-ie0-f198.google.com [209.85.223.198]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id B27AB218C5 for ; Fri, 3 Jan 2014 09:28:29 +0000 (UTC) Received: by mail-ie0-f198.google.com with SMTP id tp5sf74619906ieb.5 for ; Fri, 03 Jan 2014 01:28: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:mime-version:delivered-to:from:to:cc:subject :date:message-id:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=Hd7MVbbhr8q2PbQRCz3lwio8omzDIGZayXkyO5n76RI=; b=JbuXtJzzmxk2SAqaonjOvtQIcqA5kvktSCcQxDB0/WT73f8d8OkyP/0sDMt/Af8H8b TTveFVO2QbIGzUoISW1IFg9egInz+uVGDKhlLVvmWLqm+WfIked62K1/tU0nJs0jqMLA lLE8Szc0bdOpN4qOwULGpSwZnhBxnlz+pfLkLABH1fKPZZZ54vfGkOJXvwmGEkI/09fh 1yDIZ4BOc7/Ji0UAe0S/As9lO51bTusHRuZFhclS4y9ra9BzMBsXHWEyXCvMja/cyDcK FTdAWnh0Cw6K0t9unbzuR36UR/iaCd5dyvbnXhcAj5HcgHzQtFsWaUFJ29vkyWTIaLLh iLsg== X-Gm-Message-State: ALoCoQlbtKlAguBptUXIaINiEVup5wC00rz/MZXn8+mnpQZALAHl6wY3BL82hSMilo1dJcmbOcWm X-Received: by 10.182.236.74 with SMTP id us10mr35817647obc.36.1388741308425; Fri, 03 Jan 2014 01:28:28 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.128.41 with SMTP id nl9ls4754996qeb.56.gmail; Fri, 03 Jan 2014 01:28:28 -0800 (PST) X-Received: by 10.58.232.228 with SMTP id tr4mr763290vec.34.1388741308307; Fri, 03 Jan 2014 01:28:28 -0800 (PST) Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180]) by mx.google.com with ESMTPS id a6si9104606vdp.14.2014.01.03.01.28.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 Jan 2014 01:28:28 -0800 (PST) Received-SPF: neutral (google.com: 209.85.220.180 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.220.180; Received: by mail-vc0-f180.google.com with SMTP id ia6so7554367vcb.11 for ; Fri, 03 Jan 2014 01:28:28 -0800 (PST) X-Received: by 10.58.201.169 with SMTP id kb9mr135140vec.42.1388741308242; Fri, 03 Jan 2014 01:28:28 -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 ey3csp817158ved; Fri, 3 Jan 2014 01:28:27 -0800 (PST) X-Received: by 10.67.30.70 with SMTP id kc6mr93955710pad.32.1388741307358; Fri, 03 Jan 2014 01:28:27 -0800 (PST) Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by mx.google.com with ESMTPS id gm1si18890879pac.100.2014.01.03.01.28.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 Jan 2014 01:28:27 -0800 (PST) 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; Received: by mail-pb0-f50.google.com with SMTP id rr13so15502278pbb.37 for ; Fri, 03 Jan 2014 01:28:24 -0800 (PST) X-Received: by 10.68.184.194 with SMTP id ew2mr92506818pbc.100.1388741304781; Fri, 03 Jan 2014 01:28:24 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id pq1sm248528pbc.8.2014.01.03.01.28.22 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 Jan 2014 01:28:24 -0800 (PST) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 1/3] ARM: S3C24XX: Remove invalid code from hardware.h Date: Fri, 3 Jan 2014 14:54:37 +0530 Message-Id: <1388741079-16202-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 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.220.180 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: , Remove the code that is not referenced anywhere. While at it also remove incorrect file path. Signed-off-by: Sachin Kamat --- arch/arm/mach-s3c24xx/include/mach/hardware.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/arch/arm/mach-s3c24xx/include/mach/hardware.h b/arch/arm/mach-s3c24xx/include/mach/hardware.h index a6cc14a092fc..dedd3837c193 100644 --- a/arch/arm/mach-s3c24xx/include/mach/hardware.h +++ b/arch/arm/mach-s3c24xx/include/mach/hardware.h @@ -1,5 +1,4 @@ -/* arch/arm/mach-s3c2410/include/mach/hardware.h - * +/* * Copyright (c) 2003 Simtec Electronics * Ben Dooks * @@ -17,20 +16,9 @@ extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg); -#ifdef CONFIG_CPU_S3C2440 - -extern int s3c2440_set_dsc(unsigned int pin, unsigned int value); - -#endif /* CONFIG_CPU_S3C2440 */ - #endif /* __ASSEMBLY__ */ #include #include -/* machine specific hardware definitions should go after this */ - -/* currently here until moved into config (todo) */ -#define CONFIG_NO_MULTIWORD_IO - #endif /* __ASM_ARCH_HARDWARE_H */