From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 16 Dec 2016 12:09:45 +0100 From: Heiko Carstens Subject: Re: [PATCH 1/2] s390/zcore: Remove unneeded linux/miscdevice.h include References: <20161215141824.3297-1-clabbe.montjoie@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161215141824.3297-1-clabbe.montjoie@gmail.com> Message-Id: <20161216110945.GA5591@osiris> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Corentin Labbe Cc: maier@linux.vnet.ibm.com, linux-s390@vger.kernel.org, schwidefsky@de.ibm.com, linux-kernel@vger.kernel.org List-ID: On Thu, Dec 15, 2016 at 03:18:23PM +0100, Corentin Labbe wrote: > drivers/s390/char/zcore.c does not contain any miscdevice so the > inclusion of linux/miscdevice.h is uncessary. > > Signed-off-by: Corentin Labbe > --- > drivers/s390/char/zcore.c | 1 - > 1 file changed, 1 deletion(-) Applied, thanks.