Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753887AbdGCJx5 (ORCPT ); Mon, 3 Jul 2017 05:53:57 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:55182 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753693AbdGCJxz (ORCPT ); Mon, 3 Jul 2017 05:53:55 -0400 Date: Mon, 03 Jul 2017 02:53:52 -0700 (PDT) Message-Id: <20170703.025352.1327035307612754913.davem@davemloft.net> To: arvind.yadav.cs@gmail.com Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sparc: kernel: pmc: make of_device_ids const. From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 03 Jul 2017 02:53:55 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 353 Lines: 10 From: Arvind Yadav Date: Tue, 27 Jun 2017 14:39:58 +0530 > of_device_ids are not supposed to change at runtime. All functions > working with of_device_ids provided by work with const > of_device_ids. So mark the non-const structs as const. > > Signed-off-by: Arvind Yadav Applied.