From patchwork Tue Nov 13 15:49:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Syam Sidhardhan X-Patchwork-Id: 1735051 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 2505C3FC64 for ; Tue, 13 Nov 2012 15:53:14 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TYIlp-0004OX-H6; Tue, 13 Nov 2012 15:51:25 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TYIlj-0004NI-Ev for linux-arm-kernel@lists.infradead.org; Tue, 13 Nov 2012 15:51:23 +0000 Received: by mail-pa0-f49.google.com with SMTP id bi5so4712619pad.36 for ; Tue, 13 Nov 2012 07:51:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=zSsTLYDn4iJVO/fWTf5oYM0y+SCN+uY28Axx1L0ebQg=; b=rwN7fhWIGpF5RhYhjY6LuPbvgz/DcAVQyYre0lFK3DE3qX0X7p7r024QwN+5r9MwgG qhuIzsSOXF2Z5ACUTNbw6cFu/g2kg1d1lMn6hYSb0/VfwgTaZ7oiEwP9pi81ugvBGUnC CzaDwAuCMr8BxqIihR8Q+ypBbV256ri8VAm3ylESpTePz//SLT2HVzs7xrtbJmI92Xsn c3/X6fIVyOhPIhSzOTt40YAeJsd2mXva+I+/S9AXMVOdKBes0T2VFWdLAITzP470UvO9 H/GENaD+pNgUhQplzRdCd4xp9XUICkNF2qmBm2FErpfogZFxWmkr/YPHbCGgHfmCHEyL 8OZw== Received: by 10.68.192.66 with SMTP id he2mr68136439pbc.112.1352821876738; Tue, 13 Nov 2012 07:51:16 -0800 (PST) Received: from localhost.localdomain ([27.7.132.112]) by mx.google.com with ESMTPS id wg3sm6138713pbc.28.2012.11.13.07.51.13 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 13 Nov 2012 07:51:15 -0800 (PST) From: Syam Sidhardhan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/3] ARM: prima2: Replace include linux/module.h with linux/export.h Date: Tue, 13 Nov 2012 21:19:49 +0530 Message-Id: <1352821789-6640-1-git-send-email-s.syam@samsung.com> X-Mailer: git-send-email 1.7.4.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121113_105119_683399_3F8FF6CF X-CRM114-Status: GOOD ( 11.48 ) X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (syamsidhardh[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: baohua.song@csr.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org include is the right to go here. Signed-off-by: Syam Sidhardhan --- arch/arm/mach-prima2/pm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-prima2/pm.c b/arch/arm/mach-prima2/pm.c index fb5a791..f4a2270 100644 --- a/arch/arm/mach-prima2/pm.c +++ b/arch/arm/mach-prima2/pm.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include #include