From patchwork Fri May 1 15:49:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 6310921 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6B9EC9F373 for ; Fri, 1 May 2015 15:55:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 86FFC2039D for ; Fri, 1 May 2015 15:55:38 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BB4A720121 for ; Fri, 1 May 2015 15:55:37 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YoDFb-0002Gj-UM; Fri, 01 May 2015 15:53:15 +0000 Received: from casper.infradead.org ([2001:770:15f::2]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YoDEE-0001eh-4C for linux-arm-kernel@bombadil.infradead.org; Fri, 01 May 2015 15:51:50 +0000 Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YoDE9-0003L6-UB for linux-arm-kernel@lists.infradead.org; Fri, 01 May 2015 15:51:48 +0000 Received: by pdbqd1 with SMTP id qd1so95597983pdb.2 for ; Fri, 01 May 2015 08:51:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Qa4yQSEF4fEkg/i2qX5PDjNPP1/pL7J4+aT3FLRgZHM=; b=oHLXFLtycZTXbRervUuWGwe3kJYwL1kp4M6jGFWyh9hZ3jhuOQ3YO9ubDRsgUSd6cb aKnI27GNzPL+FRNWlFuxWSfnO7GKgXM17Zq91qI4ETdzFjD3A3SHxMVi/wTWheC6BoTF vJiqwUvgvwvtrjdf0L7NSGlaK6j84JDR5gfC7dZWa5RCnTYN9UIIT5PiQ+q9wyriyxoU UR2F3ru271PXiEGcuWbbkYwsbW2ZcaThMpnW0WSnozJ7PAgCPwbPpb3oKU+mL5KF5ai0 b7gL2eREmM1dv5ddY1ALy8755pDXJVcp1lxPjtBTscBj1YP9bGgPR+UV3eHr38VuEn/z j/ug== X-Received: by 10.66.63.106 with SMTP id f10mr18949367pas.0.1430495483929; Fri, 01 May 2015 08:51:23 -0700 (PDT) Received: from localhost.localdomain ([125.130.175.98]) by mx.google.com with ESMTPSA id ia3sm5208714pbc.31.2015.05.01.08.51.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 May 2015 08:51:23 -0700 (PDT) From: Krzysztof Kozlowski To: Ulf Hansson , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Ben Dooks , Jaehoon Chung Subject: [PATCH 3/6] mmc: rtsx: Constify platform_device_id Date: Sat, 2 May 2015 00:49:19 +0900 Message-Id: <1430495362-31506-3-git-send-email-k.kozlowski.k@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1430495362-31506-1-git-send-email-k.kozlowski.k@gmail.com> References: <1430495362-31506-1-git-send-email-k.kozlowski.k@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150501_165146_154240_77DEA11D X-CRM114-Status: GOOD ( 13.50 ) X-Spam-Score: -2.7 (--) Cc: Krzysztof Kozlowski X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_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 The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski --- drivers/mmc/host/rtsx_pci_sdmmc.c | 2 +- drivers/mmc/host/rtsx_usb_sdmmc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/rtsx_pci_sdmmc.c b/drivers/mmc/host/rtsx_pci_sdmmc.c index 1d3d6c4bfdc6..93137483ecde 100644 --- a/drivers/mmc/host/rtsx_pci_sdmmc.c +++ b/drivers/mmc/host/rtsx_pci_sdmmc.c @@ -1474,7 +1474,7 @@ static int rtsx_pci_sdmmc_drv_remove(struct platform_device *pdev) return 0; } -static struct platform_device_id rtsx_pci_sdmmc_ids[] = { +static const struct platform_device_id rtsx_pci_sdmmc_ids[] = { { .name = DRV_NAME_RTSX_PCI_SDMMC, }, { diff --git a/drivers/mmc/host/rtsx_usb_sdmmc.c b/drivers/mmc/host/rtsx_usb_sdmmc.c index 88af827e086b..6c71fc9f76c7 100644 --- a/drivers/mmc/host/rtsx_usb_sdmmc.c +++ b/drivers/mmc/host/rtsx_usb_sdmmc.c @@ -1439,7 +1439,7 @@ static int rtsx_usb_sdmmc_drv_remove(struct platform_device *pdev) return 0; } -static struct platform_device_id rtsx_usb_sdmmc_ids[] = { +static const struct platform_device_id rtsx_usb_sdmmc_ids[] = { { .name = "rtsx_usb_sdmmc", }, {