From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ie0-x22e.google.com ([2607:f8b0:4001:c03::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WjwgY-0004A8-Fp for linux-mtd@lists.infradead.org; Mon, 12 May 2014 20:18:54 +0000 Received: by mail-ie0-f174.google.com with SMTP id at1so4160581iec.33 for ; Mon, 12 May 2014 13:18:32 -0700 (PDT) Date: Mon, 12 May 2014 13:18:28 -0700 From: Brian Norris To: "Gupta, Pekon" Subject: Re: [PATCH] mtd: elm: compile suspend/resume only with PM_SLEEP Message-ID: <20140512201828.GP28907@ld-irv-0074> References: <1397720349-5825-1-git-send-email-wsa@the-dreams.de> <20980858CB6D3A4BAE95CA194937D5E73EAC497C@DBDE04.ent.ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20980858CB6D3A4BAE95CA194937D5E73EAC497C@DBDE04.ent.ti.com> Cc: David Woodhouse , "linux-mtd@lists.infradead.org" , Wolfram Sang List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Apr 23, 2014 at 06:00:58AM +0000, Pekon Gupta wrote: > >From: Wolfram Sang > > > >Fixes: > >drivers/mtd/devices/elm.c:480:12: warning: 'elm_suspend' defined but not used [-Wunused-function] > >drivers/mtd/devices/elm.c:488:12: warning: 'elm_resume' defined but not used [-Wunused-function] > > > >Signed-off-by: Wolfram Sang > > > Acked-by: Pekon Gupta Pushed to l2-mtd.git. Thanks! > I think it's safe to mark it for stable also > CC: # 3.12.x+ No, build warnings are clearly clearly not candidates for -stable. Brian