From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754313AbZEJNUV (ORCPT ); Sun, 10 May 2009 09:20:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752419AbZEJNUI (ORCPT ); Sun, 10 May 2009 09:20:08 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:21379 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752292AbZEJNUH convert rfc822-to-8bit (ORCPT ); Sun, 10 May 2009 09:20:07 -0400 MIME-Version: 1.0 In-Reply-To: <20090510225246.0a77b557.sfr@canb.auug.org.au> References: <20090509142601.874865281@blue.kroah.org> <20090509143631.276407654@blue.kroah.org> <20090510225246.0a77b557.sfr@canb.auug.org.au> From: Kay Sievers Date: Sun, 10 May 2009 15:19:46 +0200 Message-ID: Subject: Re: [patch 01/13] Driver Core: add nodename callbacks To: Stephen Rothwell Cc: Greg KH , linux-kernel@vger.kernel.org, Greg KH , Jan Blunck Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 10, 2009 at 14:52, Stephen Rothwell wrote: >> +++ b/include/linux/device.h >>  struct device { >>       struct device           *parent; >> +     char *(*nodename)(struct device *dev); > > Just wondering what this callback is for.  I didn't look really hard, but > couldn't find it used anywhere. You are right, that seems like a left-over which did not get used, and should be removed from the patch. Thanks a lot for checking, Kay