From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anand Gadiyar Subject: [PATCH linux-next] mfd: omap-usb-host: add module.h and export.h to fix build break Date: Fri, 19 Aug 2011 20:54:05 +0530 Message-ID: <1313767445-20033-1-git-send-email-gadiyar@ti.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:54674 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751832Ab1HSPYP (ORCPT ); Fri, 19 Aug 2011 11:24:15 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: linux-kernel@vger.kernel.org, linux-next@vger.kernel.org Cc: Anand Gadiyar , Paul Gortmaker , Samuel Ortiz linux-next as of 20110817 fails to build if these two headers are not included. Including module.h is sufficient for now, but add export.h for EXPORT_SYMBOL and THIS_MODULE in advance to avoid a later build break. Signed-off-by: Anand Gadiyar Cc: Paul Gortmaker Cc: Samuel Ortiz --- Noticed this while testing another patch. I see similar changes to other files in drivers/mfd made by Paul recently. drivers/mfd/omap-usb-host.c | 2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6/drivers/mfd/omap-usb-host.c =================================================================== --- linux-2.6.orig/drivers/mfd/omap-usb-host.c +++ linux-2.6/drivers/mfd/omap-usb-host.c @@ -20,6 +20,8 @@ #include #include #include +#include +#include #include #include #include