From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942022AbdAJRhY (ORCPT ); Tue, 10 Jan 2017 12:37:24 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39294 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941134AbdAJRhI (ORCPT ); Tue, 10 Jan 2017 12:37:08 -0500 Date: Tue, 10 Jan 2017 18:37:28 +0100 From: Greg KH To: Corentin Labbe Cc: airlied@linux.ie, arnd@arndb.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] agp: move AGPGART_MINOR to include/linux/miscdevice.h Message-ID: <20170110173728.GA1340@kroah.com> References: <20161215193951.6810-1-clabbe.montjoie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161215193951.6810-1-clabbe.montjoie@gmail.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 15, 2016 at 08:39:51PM +0100, Corentin Labbe wrote: > This patch move the define for AGPGART_MINOR to include/linux/miscdevice.h. > It is better that all minor number definitions are in the same place. > > Signed-off-by: Corentin Labbe > --- > include/linux/agpgart.h | 2 -- > include/linux/miscdevice.h | 1 + > 2 files changed, 1 insertion(+), 2 deletions(-) Doesn't apply to my tree :(