diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-04-29 21:16:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 22:06:57 -0400 |
commit | a94a630a4c69430bb4562ab8252104449bba9a67 (patch) | |
tree | b4ac91079b6e6f5703aa5b140f61ccb4248f656b /drivers/edac | |
parent | 33ae0cdd3eaba219e7c2f0647b6db4be540e2130 (diff) |
pasemi_edac needs to include linux/edac.h
Commit c3c52bce6993c6d37af2c2de9b482a7013d646a7 ("edac: fix module
initialization on several modules 2nd time") added a call to opstate_init
but did not include linux/edac.h that declares it.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/edac')
-rw-r--r-- | drivers/edac/pasemi_edac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/pasemi_edac.c b/drivers/edac/pasemi_edac.c index 3fd65a563848..8e6b91bd2e99 100644 --- a/drivers/edac/pasemi_edac.c +++ b/drivers/edac/pasemi_edac.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/pci.h> | 26 | #include <linux/pci.h> |
27 | #include <linux/pci_ids.h> | 27 | #include <linux/pci_ids.h> |
28 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
29 | #include <linux/edac.h> | ||
29 | #include "edac_core.h" | 30 | #include "edac_core.h" |
30 | 31 | ||
31 | #define MODULE_NAME "pasemi_edac" | 32 | #define MODULE_NAME "pasemi_edac" |