[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20060730094143.GI26963@stusta.de>
Date: Sun, 30 Jul 2006 11:41:43 +0200
From: Adrian Bunk <bunk@...sta.de>
To: Andrew Morton <akpm@...l.org>
Cc: norsk5@...ssion.com, bluesmoke-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Subject: [2.6 patch] drivers/edac/edac_mc.h must #include <linux/platform_device.h>
This patch fixes the following compile error with CONFIG_PCI=n:
<-- snip -->
...
CC drivers/edac/edac_mc.o
drivers/edac/edac_mc.c: In function ‘add_mc_to_global_list’:
drivers/edac/edac_mc.c:1362: error: implicit declaration of function ‘to_platform_device’
drivers/edac/edac_mc.c:1362: error: invalid type argument of ‘->’
drivers/edac/edac_mc.c: In function ‘edac_mc_add_mc’:
drivers/edac/edac_mc.c:1467: error: invalid type argument of ‘->’
drivers/edac/edac_mc.c: In function ‘edac_mc_del_mc’:
drivers/edac/edac_mc.c:1504: error: invalid type argument of ‘->’
make[2]: *** [drivers/edac/edac_mc.o] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@...sta.de>
---
This patch was already sent on:
- 8 Jul 2006
--- linux-2.6.17-mm6-full/drivers/edac/edac_mc.h.old 2006-07-08 18:06:48.000000000 +0200
+++ linux-2.6.17-mm6-full/drivers/edac/edac_mc.h 2006-07-08 18:07:04.000000000 +0200
@@ -29,6 +29,7 @@
#include <linux/rcupdate.h>
#include <linux/completion.h>
#include <linux/kobject.h>
+#include <linux/platform_device.h>
#define EDAC_MC_LABEL_LEN 31
#define MC_PROC_NAME_MAX_LEN 7
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists