From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760269AbcHYQn4 (ORCPT ); Thu, 25 Aug 2016 12:43:56 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:34613 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752559AbcHYQnx (ORCPT ); Thu, 25 Aug 2016 12:43:53 -0400 Date: Thu, 25 Aug 2016 09:42:11 -0700 From: Dmitry Torokhov To: Martin Kepplinger Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] input: pegasus_notetaker - directly include workqueue header Message-ID: <20160825164211.GC11206@dtor-ws> References: <1472032325-11432-1-git-send-email-martink@posteo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472032325-11432-1-git-send-email-martink@posteo.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 24, 2016 at 11:52:05AM +0200, Martin Kepplinger wrote: > According to the kernel's guidelines, let's directly include the > workqueue functions we use. > > Signed-off-by: Martin Kepplinger > --- > I don't know if it's worth it, but I should have included this according to > the guidelines :) It won't hurt. Applied, thank you. > > > drivers/input/tablet/pegasus_notetaker.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/input/tablet/pegasus_notetaker.c b/drivers/input/tablet/pegasus_notetaker.c > index 949dacc..47de5a8 100644 > --- a/drivers/input/tablet/pegasus_notetaker.c > +++ b/drivers/input/tablet/pegasus_notetaker.c > @@ -40,6 +40,7 @@ > #include > #include > #include > +#include > > /* USB HID defines */ > #define USB_REQ_GET_REPORT 0x01 > -- > 2.1.4 > -- Dmitry