From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753599AbbIASM7 (ORCPT ); Tue, 1 Sep 2015 14:12:59 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:33369 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752698AbbIASM5 (ORCPT ); Tue, 1 Sep 2015 14:12:57 -0400 Date: Tue, 1 Sep 2015 11:12:55 -0700 From: Stephen Boyd To: Guenter Roeck Cc: Yoshinori Sato , Michael Turquette , uclinux-h8-devel@lists.sourceforge.jp, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: h8s2678: Fix compile error Message-ID: <20150901181255.GD19120@codeaurora.org> References: <1441078052-14790-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1441078052-14790-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/31, Guenter Roeck wrote: > Recent cleanup removed some include files without checking if the cleaned > up code still compiles. This results in the following compile error. > > drivers/clk/h8300/clk-h8s2678.c: In function ‘h8s2678_pll_clk_setup’: > drivers/clk/h8300/clk-h8s2678.c:99:14: error: > implicit declaration of function ‘kzalloc’ > drivers/clk/h8300/clk-h8s2678.c:138:2: error: > implicit declaration of function ‘kfree’ > > Cc: Yoshinori Sato > Cc: Stephen Boyd > Signed-off-by: Guenter Roeck > --- Urgh. I thought I compiled that one. Applied to clk-fixes. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project