From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bh-25.webhostbox.net ([208.91.199.152]:43506 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751566AbbAOOww (ORCPT ); Thu, 15 Jan 2015 09:52:52 -0500 Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.82) (envelope-from ) id 1YBln3-0015Md-7j for linux-watchdog@vger.kernel.org; Thu, 15 Jan 2015 14:52:53 +0000 Message-ID: <54B7D442.4060103@roeck-us.net> Date: Thu, 15 Jan 2015 06:52:50 -0800 From: Guenter Roeck MIME-Version: 1.0 To: Michal Simek , linux-kernel@vger.kernel.org, monstr@monstr.eu CC: Wim Van Sebroeck , linux-watchdog@vger.kernel.org Subject: Re: [PATCH] watchdog: Remove .owner field from cadence driver References: <204239650e5bf19ea11cb4b9f41937552324e931.1421325759.git.michal.simek@xilinx.com> In-Reply-To: <204239650e5bf19ea11cb4b9f41937552324e931.1421325759.git.michal.simek@xilinx.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On 01/15/2015 04:42 AM, Michal Simek wrote: > .owner files is filled by module_platform_driver(). > > Signed-off-by: Michal Simek > --- > > Big cleanup was done and this new driver was missed. Actually, it was included in 'watchdog: drop owner assignment from platform_drivers' by Wolfram Sang. It just hasn't been applied yet. Guenter