Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755206Ab2KMQUO (ORCPT ); Tue, 13 Nov 2012 11:20:14 -0500 Received: from mail-da0-f46.google.com ([209.85.210.46]:35108 "EHLO mail-da0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753733Ab2KMQUM (ORCPT ); Tue, 13 Nov 2012 11:20:12 -0500 From: Syam Sidhardhan To: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Cc: viro@zeniv.linux.org.uk Subject: [PATCH 3/3] proc_devtree: Replace include linux/module.h with linux/export.h Date: Tue, 13 Nov 2012 21:48:35 +0530 Message-Id: <1352823515-6938-1-git-send-email-s.syam@samsung.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 858 Lines: 29 Since it uses only THIS_MODULE macro, include is the right to go here. Signed-off-by: Syam Sidhardhan --- fs/proc/proc_devtree.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/proc/proc_devtree.c b/fs/proc/proc_devtree.c index df7dd08..0e9df31 100644 --- a/fs/proc/proc_devtree.c +++ b/fs/proc/proc_devtree.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/