From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755412AbdAGLOM (ORCPT ); Sat, 7 Jan 2017 06:14:12 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:35727 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755400AbdAGLN7 (ORCPT ); Sat, 7 Jan 2017 06:13:59 -0500 From: Cheah Kok Cheong To: abbotti@mev.co.uk, hsweeten@visionengravers.com, gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Cheah Kok Cheong Subject: [PATCH 2/4] Staging: comedi: comedi_fops: Remove redundant init.h header Date: Sat, 7 Jan 2017 19:13:10 +0800 Message-Id: <92fa40ae135f38ed8f99eac74a0ef1abf22479dc.1483786314.git.thrust73@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org After commit 0fd972a7d91d ("module: relocate module_init from init.h to module.h"), including module.h will do and init.h is also thrown in. Signed-off-by: Cheah Kok Cheong --- drivers/staging/comedi/comedi_fops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c index 7ad9092..8bcb1cc 100644 --- a/drivers/staging/comedi/comedi_fops.c +++ b/drivers/staging/comedi/comedi_fops.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include -- 2.7.4