Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752365AbdI1EwY (ORCPT ); Thu, 28 Sep 2017 00:52:24 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:58856 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752103AbdI1EwX (ORCPT ); Thu, 28 Sep 2017 00:52:23 -0400 Date: Wed, 27 Sep 2017 21:52:22 -0700 (PDT) Message-Id: <20170927.215222.2167373019183174531.davem@davemloft.net> To: clabbe.montjoie@gmail.com Cc: arnd@arndb.de, gregkh@linuxfoundation.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sbus: char: Move D7S_MINOR to include/linux/miscdevice.h From: David Miller In-Reply-To: <20170918181036.30982-1-clabbe.montjoie@gmail.com> References: <20170918181036.30982-1-clabbe.montjoie@gmail.com> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 27 Sep 2017 21:52:23 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 294 Lines: 9 From: Corentin Labbe Date: Mon, 18 Sep 2017 20:10:36 +0200 > This patch move the define for D7S_MINOR to include/linux/miscdevice.h. > It's better that all minor number are in the same place. > > Signed-off-by: Corentin Labbe Applied.