From patchwork Mon Aug 12 09:33:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 2842947 Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 38B44BF547 for ; Mon, 12 Aug 2013 09:50:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 939EE20186 for ; Mon, 12 Aug 2013 09:50:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8BCFA20181 for ; Mon, 12 Aug 2013 09:50:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756036Ab3HLJuW (ORCPT ); Mon, 12 Aug 2013 05:50:22 -0400 Received: from mail-pd0-f172.google.com ([209.85.192.172]:47039 "EHLO mail-pd0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756039Ab3HLJuW (ORCPT ); Mon, 12 Aug 2013 05:50:22 -0400 Received: by mail-pd0-f172.google.com with SMTP id z10so3186816pdj.3 for ; Mon, 12 Aug 2013 02:50:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=5JHRS3ZYCs53RBlgu9XwE3DEBpgEDa0nhC/PJrALHZ0=; b=kJYtL0sA5/zQ9p8xmcEbISbnawE2Q+VoH4MNx9lSh8JXCDNqXgX9GODKZvwsV+iQQY s3QgLFrN4xuWUGJ1xGfkzOPhJ0fDK/ZxUPq6G+2FyDRqy9ZqWPOetgW2pd8oReYsRGS2 /O2oTHBdiP6G76Km9XnqwgNTgkmeqq30GiwkLp4IfnbnOEMmP0K3EsaaK/ONgqbg+rpu vcWCYhzcchkXBIqFqf/Ogjxs4jHIQLe0Yadmu/3Mf05lltVJPwbQS55bzTwlmSA1oDdQ dfcivd1ptTLV0w9gIPeYuc2oN0rU5y1xF0SpFUppNvMFFG3h4aCKfjRMNDqivM6iuGyO YdIw== X-Gm-Message-State: ALoCoQmY+3NBrIXyVUc7IlTVB5ng4FRN/Gy7TkAtj5Aqyn+L2h2Gj7QfQ5yWs80nuOl2g3i7M/ui X-Received: by 10.66.246.225 with SMTP id xz1mr12618591pac.110.1376301021979; Mon, 12 Aug 2013 02:50:21 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id ef10sm38924292pac.1.2013.08.12.02.50.19 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 Aug 2013 02:50:21 -0700 (PDT) From: Sachin Kamat To: linux-input@vger.kernel.org Cc: dmitry.torokhov@gmail.com, sachin.kamat@linaro.org Subject: [PATCH 2/3] Input: lifebook - Fix incorrect placement of __initconst Date: Mon, 12 Aug 2013 15:03:20 +0530 Message-Id: <1376300001-16706-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1376300001-16706-1-git-send-email-sachin.kamat@linaro.org> References: <1376300001-16706-1-git-send-email-sachin.kamat@linaro.org> Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Spam-Status: No, score=-9.7 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 __initconst should be placed between the variable name and equal sign for the variable to be placed in the intended section. Signed-off-by: Sachin Kamat --- drivers/input/mouse/lifebook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/mouse/lifebook.c b/drivers/input/mouse/lifebook.c index 2c4db63..23222dd5 100644 --- a/drivers/input/mouse/lifebook.c +++ b/drivers/input/mouse/lifebook.c @@ -44,7 +44,7 @@ static int lifebook_set_6byte_proto(const struct dmi_system_id *d) return 1; } -static const struct dmi_system_id __initconst lifebook_dmi_table[] = { +static const struct dmi_system_id lifebook_dmi_table[] __initconst = { { /* FLORA-ie 55mi */ .matches = {