Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751374AbdFYUjl (ORCPT ); Sun, 25 Jun 2017 16:39:41 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:43534 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751348AbdFYUjk (ORCPT ); Sun, 25 Jun 2017 16:39:40 -0400 Date: Sun, 25 Jun 2017 16:39:24 -0400 (EDT) Message-Id: <20170625.163924.2294228535964383068.davem@davemloft.net> To: arvind.yadav.cs@gmail.com Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sparc: kernel: apc: make of_device_ids const From: David Miller In-Reply-To: <6d8baf5133e6aec69f472850dc54779ceba0c774.1498209603.git.arvind.yadav.cs@gmail.com> References: <6d8baf5133e6aec69f472850dc54779ceba0c774.1498209603.git.arvind.yadav.cs@gmail.com> 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]); Sun, 25 Jun 2017 12:57:54 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 364 Lines: 10 From: Arvind Yadav Date: Fri, 23 Jun 2017 14:51:35 +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, thank you.