From patchwork Fri Feb 14 07:05: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: 3650461 Return-Path: X-Original-To: patchwork-linux-input@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 69EB79F1EE for ; Fri, 14 Feb 2014 07:11:03 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B9F842020E for ; Fri, 14 Feb 2014 07:10:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D2D40201C7 for ; Fri, 14 Feb 2014 07:10:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751139AbaBNHK5 (ORCPT ); Fri, 14 Feb 2014 02:10:57 -0500 Received: from mail-pd0-f171.google.com ([209.85.192.171]:47074 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbaBNHK4 (ORCPT ); Fri, 14 Feb 2014 02:10:56 -0500 Received: by mail-pd0-f171.google.com with SMTP id g10so11538047pdj.16 for ; Thu, 13 Feb 2014 23:10:55 -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=zB/s+slAkgXvYUkVA9KObbjfdofXeTzzqDmn6drzLhQ=; b=mpHTaq2zdGMQdgStABMwVeWoBonyBt5OCrP9gjhUYASM3m7beNnp71rsvU/Kk8dsj6 VHRYI0uedcGC/BDs3olY5uXVsyElHkIfhaJoDuLmRt4rT+mq1lQZpoagrbl8CtcE9wcN YycefmgnZcGaHBAb5YMKqBhLtMTMDyQ7N65qt/3gTL7Z1z5h5HlGZ7aSZYakirm+4Gyh zY3M+JqbVP0jbDPt7JoVv4sQNE2WxdNRxDBo5heNA70eit10QLvyWsQx3brWJTaKOxAC qitCowiUNHeb6rc/NulIdjBQluXErDr+9b2+j+39z996p5ZyU3MIK7rUdt2ry1xjNlSm 6ekg== X-Gm-Message-State: ALoCoQlz0kSMjlg6UtFp1Bnu4iCK81ixewXp+DRRB7EbwWCfbob92y1gNGS9vtjPYDOBO9UiF3Pf X-Received: by 10.66.159.233 with SMTP id xf9mr7120289pab.139.1392361855862; Thu, 13 Feb 2014 23:10:55 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id qq5sm13803350pbb.24.2014.02.13.23.10.53 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Feb 2014 23:10:55 -0800 (PST) From: Sachin Kamat To: linux-input@vger.kernel.org Cc: dmitry.torokhov@gmail.com, trivial@kernel.org, sachin.kamat@linaro.org Subject: [PATCH 1/1] Input: s3c2410 - Trivial cleanup in header file Date: Fri, 14 Feb 2014 12:35:39 +0530 Message-Id: <1392361539-24397-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@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 436d42c61c3e ("ARM: samsung: move platform_data definitions") moved the files 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 and remove whitespace errors. Signed-off-by: Sachin Kamat --- include/linux/platform_data/touchscreen-s3c2410.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/include/linux/platform_data/touchscreen-s3c2410.h b/include/linux/platform_data/touchscreen-s3c2410.h index 26fdb22e0fc2..58dc7c5ae63b 100644 --- a/include/linux/platform_data/touchscreen-s3c2410.h +++ b/include/linux/platform_data/touchscreen-s3c2410.h @@ -1,5 +1,4 @@ -/* arch/arm/plat-samsung/include/plat/ts.h - * +/* * Copyright (c) 2005 Arnaud Patard * * This program is free software; you can redistribute it and/or modify @@ -7,14 +6,14 @@ * published by the Free Software Foundation. */ -#ifndef __ASM_ARM_TS_H -#define __ASM_ARM_TS_H +#ifndef __TOUCHSCREEN_S3C2410_H +#define __TOUCHSCREEN_S3C2410_H struct s3c2410_ts_mach_info { - int delay; - int presc; - int oversampling_shift; - void (*cfg_gpio)(struct platform_device *dev); + int delay; + int presc; + int oversampling_shift; + void (*cfg_gpio)(struct platform_device *dev); }; extern void s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info *); @@ -22,4 +21,4 @@ extern void s3c24xx_ts_set_platdata(struct s3c2410_ts_mach_info *); /* defined by architecture to configure gpio */ extern void s3c24xx_ts_cfg_gpio(struct platform_device *dev); -#endif /* __ASM_ARM_TS_H */ +#endif /*__TOUCHSCREEN_S3C2410_H */