From 08e8a7312ecf5821d64bf7f6904eb084d5acb21a Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 10 Jul 2011 12:16:38 -0400 Subject: [PATCH] drivers/firmware: Add export.h for EXPORT_SYMBOL to sigma.c It exports symbols, so it will need this once we remove the implicit everywhere presence of module.h Signed-off-by: Paul Gortmaker --- drivers/firmware/sigma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/firmware/sigma.c b/drivers/firmware/sigma.c index f10fc521951b..22e483bb0edb 100644 --- a/drivers/firmware/sigma.c +++ b/drivers/firmware/sigma.c @@ -13,6 +13,7 @@ #include #include #include +#include /* Return: 0==OK, <0==error, =1 ==no more actions */ static int -- 2.39.5