From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751296AbdGaFCe (ORCPT ); Mon, 31 Jul 2017 01:02:34 -0400 Received: from ozlabs.org ([103.22.144.67]:35097 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751153AbdGaFC3 (ORCPT ); Mon, 31 Jul 2017 01:02:29 -0400 Date: Mon, 31 Jul 2017 15:02:27 +1000 From: Stephen Rothwell To: Greg KH Cc: Linux-Next Mailing List , Linux Kernel Mailing List , JB Van Puyvelde Subject: linux-next: build warnings after merge of the staging tree Message-ID: <20170731150227.58ea271b@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 Greg, After merging the staging tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/staging/media/atomisp/i2c/imx/imx.c:1087:12: warning: 'imx_vcm_power_up' defined but not used [-Wunused-function] static int imx_vcm_power_up(struct v4l2_subdev *sd) ^ drivers/staging/media/atomisp/i2c/imx/imx.c:1095:12: warning: 'imx_vcm_power_down' defined but not used [-Wunused-function] static int imx_vcm_power_down(struct v4l2_subdev *sd) ^ drivers/staging/media/atomisp/i2c/imx/imx.c:1103:12: warning: 'imx_vcm_init' defined but not used [-Wunused-function] static int imx_vcm_init(struct v4l2_subdev *sd) ^ drivers/staging/media/atomisp/i2c/imx/imx.c:1111:12: warning: 'imx_t_focus_vcm' defined but not used [-Wunused-function] static int imx_t_focus_vcm(struct v4l2_subdev *sd, u16 val) ^ Introduced by commit 9a5a6911aa3f ("staging: imx: fix non-static declarations") -- Cheers, Stephen Rothwell