From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ob0-x233.google.com ([2607:f8b0:4003:c01::233]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VoOPF-0007CP-NF for linux-mtd@lists.infradead.org; Thu, 05 Dec 2013 02:11:10 +0000 Received: by mail-ob0-f179.google.com with SMTP id wm4so16899179obc.24 for ; Wed, 04 Dec 2013 18:10:47 -0800 (PST) Date: Wed, 4 Dec 2013 18:10:44 -0800 From: Brian Norris To: Axel Lin Subject: Re: [PATCH] mtd: Convert to use ATTRIBUTE_GROUPS Message-ID: <20131205021044.GI27149@ld-irv-0074.broadcom.com> References: <1385950345.30717.1.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385950345.30717.1.camel@phoenix> Cc: linux-mtd@lists.infradead.org, David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Dec 02, 2013 at 10:12:25AM +0800, Axel Lin wrote: > Use new ATTRIBUTE_GROUPS macro to declare attribute groups. > > Signed-off-by: Axel Lin Pushed to l2-mtd.git. Thanks! Brian