From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753111AbaHTVbl (ORCPT ); Wed, 20 Aug 2014 17:31:41 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:60220 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752736AbaHTVbk (ORCPT ); Wed, 20 Aug 2014 17:31:40 -0400 Date: Wed, 20 Aug 2014 14:31:33 -0700 From: Guenter Roeck To: Pranith Kumar Cc: Wim Van Sebroeck , "open list:WATCHDOG DEVICE D..." , open list Subject: Re: [PATCH v2] powerpc: booke_wdt: Fix build error as a module Message-ID: <20140820213133.GA3738@roeck-us.net> References: <1408562806-22950-1-git-send-email-bobby.prani@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408562806-22950-1-git-send-email-bobby.prani@gmail.com> 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 Wed, Aug 20, 2014 at 03:26:46PM -0400, Pranith Kumar wrote: > Building booke_wdt fails when trying to build as a module as there is no > early_param() in module. Fix by using module_param() instead of early_param(). > > Signed-off-by: Pranith Kumar > CC: Guenter Roeck Reviewed-by: Guenter Roeck