From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751512AbdFGBkP (ORCPT ); Tue, 6 Jun 2017 21:40:15 -0400 Received: from ozlabs.org ([103.22.144.67]:46857 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751460AbdFGBkO (ORCPT ); Tue, 6 Jun 2017 21:40:14 -0400 From: Michael Ellerman To: Greg KH , Benjamin Herrenschmidt , Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] driver core: remove CLASS_ATTR usage In-Reply-To: <20170606133203.GA7518@kroah.com> References: <20170606133203.GA7518@kroah.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Wed, 07 Jun 2017 11:40:12 +1000 Message-ID: <87k24opocj.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg KH writes: > From: Greg Kroah-Hartman > > There was only 2 remaining users of CLASS_ATTR() so let's finally get > rid of them and force everyone to use the correct RW/RO/WO versions > instead. > > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > Signed-off-by: Greg Kroah-Hartman > --- > > PPC maintainers, can I take this in my driver core tree? I'm doing some > cleanups of device.h and this was one of the simpler ones at the moment. Yeah looks good to me, I did a quick build test and it was OK. Acked-by: Michael Ellerman cheers