From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pa0-f43.google.com ([209.85.220.43]:33757 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750933AbaHTUK5 (ORCPT ); Wed, 20 Aug 2014 16:10:57 -0400 Date: Wed, 20 Aug 2014 13:10:51 -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: <20140820201051.GA1745@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> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@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 Looks good as far as I can see. One question though: > +MODULE_ALIAS("booke_wdt"); Is this necessary ? If yes, shouldn't it be a separate patch to be applied to -stable ? Thanks, Guenter