From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751755AbdF3EA6 (ORCPT ); Fri, 30 Jun 2017 00:00:58 -0400 Received: from ozlabs.org ([103.22.144.67]:35315 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750730AbdF3EA5 (ORCPT ); Fri, 30 Jun 2017 00:00:57 -0400 Date: Fri, 30 Jun 2017 14:00:54 +1000 From: Stephen Rothwell To: Darren Hart Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Arvind Yadav Subject: linux-next: build warning after merge of the drivers-x86 tree Message-ID: <20170630140054.38f98968@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Darren, After merging the drivers-x86 tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/platform/x86/sony-laptop.c: In function 'sony_laptop_setup_input': drivers/platform/x86/sony-laptop.c:494:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers] key_dev->keycode = &sony_laptop_input_keycode_map; ^ Introduced by commit a0f0a5e1978b ("platform/x86: sony-laptop: constify few static structures") -- Cheers, Stephen Rothwell